diff --git a/forui/CHANGELOG.md b/forui/CHANGELOG.md index 681b0d79a..7171d8d92 100644 --- a/forui/CHANGELOG.md +++ b/forui/CHANGELOG.md @@ -54,7 +54,11 @@ Bump minimum Flutter version to 3.27.0. * Change `FSelectMenuTile` to be scrollable. -* **Breaking** Change `FLocalizations.of(...)` to return `FLocalizations?` instead of `FLocalizations` - do `FLocalizations.of(...) ?? DefaultLocalizations()`. +* Change `ThemeBuildContext` to `FThemeBuildContext`. + +* **Breaking** Change `Layout` to `FLayout`. + +* **Breaking** Change `FLocalizations.of(...)` to return `FLocalizations?` instead of `FLocalizations` - do `FLocalizations.of(...) ?? FDefaultLocalizations()`. This change is sadly needed as Flutter now forcefully regenerates `FLocalizations` each time `flutter pub get` is called. * **Breaking** Change `FTileData.index` to `FTileData.last`. diff --git a/forui/analysis_options.yaml b/forui/analysis_options.yaml index 61f85845a..5de2367a6 100644 --- a/forui/analysis_options.yaml +++ b/forui/analysis_options.yaml @@ -1,9 +1,11 @@ include: package:flint/analysis_options.flutter.yaml analyzer: + plugins: + - custom_lint errors: unused_result: ignore linter: rules: - use_key_in_widget_constructors - - require_trailing_commas + - require_trailing_commas \ No newline at end of file diff --git a/forui/custom_lint.log b/forui/custom_lint.log new file mode 100644 index 000000000..f092e8044 --- /dev/null +++ b/forui/custom_lint.log @@ -0,0 +1,3400 @@ +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + diff --git a/forui/example/lib/sandbox.dart b/forui/example/lib/sandbox.dart index 7311f4c8e..cce8fe1a9 100644 --- a/forui/example/lib/sandbox.dart +++ b/forui/example/lib/sandbox.dart @@ -60,7 +60,7 @@ class _SandboxState extends State with SingleTickerProviderStateMixin { } class AForm extends StatelessWidget { - final Layout side; + final FLayout side; const AForm({required this.side, super.key}); diff --git a/forui/lib/src/foundation/form_field.dart b/forui/lib/src/foundation/form_field.dart index 20eaa490c..c7942445d 100644 --- a/forui/lib/src/foundation/form_field.dart +++ b/forui/lib/src/foundation/form_field.dart @@ -91,7 +91,7 @@ abstract class FFormField extends StatelessWidget { ..add(StringProperty('forceErrorText', forceErrorText)) ..add(ObjectFlagProperty.has('validator', validator)) ..add(DiagnosticsProperty('initialValue', initialValue)) - ..add(DiagnosticsProperty('enabled', enabled)) + ..add(FlagProperty('enabled', value: enabled, ifFalse: 'disabled')) ..add(EnumProperty('autovalidateMode', autovalidateMode)) ..add(StringProperty('restorationId', restorationId)); } diff --git a/forui/lib/src/foundation/notifiers.dart b/forui/lib/src/foundation/notifiers.dart index 463545280..a26950e64 100644 --- a/forui/lib/src/foundation/notifiers.dart +++ b/forui/lib/src/foundation/notifiers.dart @@ -1,5 +1,7 @@ import 'package:flutter/foundation.dart'; +// ignore_for_file: always_call_super_dispose_last + /// A [ChangeNotifier] that provides additional life-cycle tracking capabilities. class FChangeNotifier with ChangeNotifier { bool _disposed = false; diff --git a/forui/lib/src/foundation/portal/portal.dart b/forui/lib/src/foundation/portal/portal.dart index 5c1eda320..6f73275ad 100644 --- a/forui/lib/src/foundation/portal/portal.dart +++ b/forui/lib/src/foundation/portal/portal.dart @@ -1,4 +1,4 @@ -import 'package:flutter/material.dart'; +import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; @@ -60,9 +60,9 @@ class FPortal extends StatefulWidget { ..add(DiagnosticsProperty('controller', controller)) ..add(DiagnosticsProperty('followerAnchor', followerAnchor)) ..add(DiagnosticsProperty('targetAnchor', targetAnchor)) - ..add(DiagnosticsProperty('shift', shift)) + ..add(ObjectFlagProperty.has('shift', shift)) ..add(DiagnosticsProperty('offset', offset)) - ..add(DiagnosticsProperty('followerBuilder', followerBuilder)); + ..add(ObjectFlagProperty.has('followerBuilder', followerBuilder)); } } @@ -196,7 +196,7 @@ class _RenderBox extends RenderBox with RenderObjectWithChildMixin { ..add(DiagnosticsProperty('link', link)) ..add(DiagnosticsProperty('targetAnchor', targetAnchor)) ..add(DiagnosticsProperty('followerAnchor', followerAnchor)) - ..add(DiagnosticsProperty('shift', shift)) + ..add(ObjectFlagProperty.has('shift', shift)) ..add(DiagnosticsProperty('offset', offset)); } diff --git a/forui/lib/src/foundation/rendering.dart b/forui/lib/src/foundation/rendering.dart index 736256478..62e9e6049 100644 --- a/forui/lib/src/foundation/rendering.dart +++ b/forui/lib/src/foundation/rendering.dart @@ -3,7 +3,7 @@ import 'package:flutter/rendering.dart'; import 'package:meta/meta.dart'; /// Possible way to layout a sequence of items. -enum Layout { +enum FLayout { /// Lays out the items horizontally from left to right. ltr(vertical: false), @@ -19,7 +19,7 @@ enum Layout { /// Whether the layout is vertical. final bool vertical; - const Layout({required this.vertical}); + const FLayout({required this.vertical}); } @internal diff --git a/forui/lib/src/localizations/localization.dart b/forui/lib/src/localizations/localization.dart index 4f3a8e96b..5d1cbe6e3 100644 --- a/forui/lib/src/localizations/localization.dart +++ b/forui/lib/src/localizations/localization.dart @@ -18,13 +18,13 @@ extension FDateTimeLocalizations on FLocalizations { } /// The default localization for when no localization is provided. -class DefaultLocalizations extends FLocalizations { - static final _localizations = DefaultLocalizations._(); +class FDefaultLocalizations extends FLocalizations { + static final _localizations = FDefaultLocalizations._(); - /// Creates a [DefaultLocalizations]. - factory DefaultLocalizations() => _localizations; + /// Creates a [FDefaultLocalizations]. + factory FDefaultLocalizations() => _localizations; - DefaultLocalizations._() : super(''); + FDefaultLocalizations._() : super(''); @override String fullDate(DateTime date) => DateFormat.yMMMMd().format(date); diff --git a/forui/lib/src/theme/breakpoints.dart b/forui/lib/src/theme/breakpoints.dart index 7343e89a7..3ca5dd573 100644 --- a/forui/lib/src/theme/breakpoints.dart +++ b/forui/lib/src/theme/breakpoints.dart @@ -89,10 +89,10 @@ final class FBreakpoints with Diagnosticable { void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); properties - ..add(DiagnosticsProperty('sm', sm)) - ..add(DiagnosticsProperty('md', md)) - ..add(DiagnosticsProperty('lg', lg)) - ..add(DiagnosticsProperty('xl', xl)) - ..add(DiagnosticsProperty('xl2', xl2)); + ..add(DoubleProperty('sm', sm)) + ..add(DoubleProperty('md', md)) + ..add(DoubleProperty('lg', lg)) + ..add(DoubleProperty('xl', xl)) + ..add(DoubleProperty('xl2', xl2)); } } diff --git a/forui/lib/src/theme/theme.dart b/forui/lib/src/theme/theme.dart index 8bb9ae90c..67323ae6a 100644 --- a/forui/lib/src/theme/theme.dart +++ b/forui/lib/src/theme/theme.dart @@ -7,7 +7,7 @@ import 'package:meta/meta.dart'; /// Applies a theme to descendant widgets. /// /// A theme configures the colors and typographic choices of Forui widgets. The actual configuration is stored in -/// a [FThemeData]. Descendant widgets obtain the current theme's [FThemeData] via either [ThemeBuildContext.theme], +/// a [FThemeData]. Descendant widgets obtain the current theme's [FThemeData] via either [FThemeBuildContext.theme], /// or [FTheme.of]. When a widget uses either, it is automatically rebuilt if the theme later changes. /// /// ```dart @@ -34,7 +34,7 @@ import 'package:meta/meta.dart'; class FTheme extends StatelessWidget { /// Returns the current [FThemeData], or `FThemes.zinc.light` if there is no ancestor [FTheme]. /// - /// It is recommended to use the terser [ThemeBuildContext.theme] getter instead. + /// It is recommended to use the terser [FThemeBuildContext.theme] getter instead. /// /// ## Troubleshooting: /// @@ -140,7 +140,7 @@ class _InheritedTheme extends InheritedTheme { } /// Provides functions for accessing the current [FThemeData]. -extension ThemeBuildContext on BuildContext { +extension FThemeBuildContext on BuildContext { /// Returns the current [FThemeData], or `FThemes.zinc.light` if there is no ancestor [FTheme]. /// /// ## Troubleshooting: diff --git a/forui/lib/src/widgets/badge/badge.dart b/forui/lib/src/widgets/badge/badge.dart index 1922ed0fe..8499c87af 100644 --- a/forui/lib/src/widgets/badge/badge.dart +++ b/forui/lib/src/widgets/badge/badge.dart @@ -67,7 +67,7 @@ class FBadge extends StatelessWidget { super.debugFillProperties(properties); properties ..add(DiagnosticsProperty('style', style, defaultValue: FBadgeStyle.primary)) - ..add(DiagnosticsProperty('builder', builder, level: DiagnosticLevel.debug)); + ..add(ObjectFlagProperty.has('builder', builder)); } } diff --git a/forui/lib/src/widgets/calendar/day/day_picker.dart b/forui/lib/src/widgets/calendar/day/day_picker.dart index 053dbb016..e36cf1443 100644 --- a/forui/lib/src/widgets/calendar/day/day_picker.dart +++ b/forui/lib/src/widgets/calendar/day/day_picker.dart @@ -51,10 +51,10 @@ class DayPicker extends StatefulWidget { ..add(DiagnosticsProperty('month', month)) ..add(DiagnosticsProperty('today', today)) ..add(DiagnosticsProperty('focused', focused)) - ..add(DiagnosticsProperty('selectable', selectable)) - ..add(DiagnosticsProperty('selected', selected)) - ..add(DiagnosticsProperty('onPress', onPress)) - ..add(DiagnosticsProperty('onLongPress', onLongPress)); + ..add(ObjectFlagProperty.has('selectable', selectable)) + ..add(ObjectFlagProperty.has('selected', selected)) + ..add(ObjectFlagProperty.has('onPress', onPress)) + ..add(ObjectFlagProperty.has('onLongPress', onLongPress)); } } diff --git a/forui/lib/src/widgets/calendar/day/paged_day_picker.dart b/forui/lib/src/widgets/calendar/day/paged_day_picker.dart index bbcf103aa..41430b15e 100644 --- a/forui/lib/src/widgets/calendar/day/paged_day_picker.dart +++ b/forui/lib/src/widgets/calendar/day/paged_day_picker.dart @@ -38,11 +38,11 @@ class PagedDayPicker extends PagedPicker { void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); properties - ..add(DiagnosticsProperty('selected', selected)) - ..add(DiagnosticsProperty('onMonthChange', onMonthChange)) - ..add(DiagnosticsProperty('onPress', onPress)) - ..add(DiagnosticsProperty('onLongPress', onLongPress)) - ..add(DiagnosticsProperty('dayBuilder', dayBuilder)); + ..add(ObjectFlagProperty.has('selected', selected)) + ..add(ObjectFlagProperty.has('onMonthChange', onMonthChange)) + ..add(ObjectFlagProperty.has('onPress', onPress)) + ..add(ObjectFlagProperty.has('onLongPress', onLongPress)) + ..add(ObjectFlagProperty.has('dayBuilder', dayBuilder)); } } @@ -52,7 +52,7 @@ class _PagedDayPickerState extends PagedPickerState { @override Widget buildItem(BuildContext context, int page) => DayPicker( style: widget.style.dayPickerStyle, - localization: FLocalizations.of(context) ?? DefaultLocalizations(), + localization: FLocalizations.of(context) ?? FDefaultLocalizations(), dayBuilder: widget.dayBuilder, month: widget.start.truncate(to: DateUnit.months).plus(months: page), today: widget.today, @@ -88,7 +88,7 @@ class _PagedDayPickerState extends PagedPickerState { } SemanticsService.announce( - (FLocalizations.of(context) ?? DefaultLocalizations()).fullDate(current.toNative()), + (FLocalizations.of(context) ?? FDefaultLocalizations()).fullDate(current.toNative()), textDirection, ); }); diff --git a/forui/lib/src/widgets/calendar/month/month_picker.dart b/forui/lib/src/widgets/calendar/month/month_picker.dart index 9c42aa1e8..9781cd96d 100644 --- a/forui/lib/src/widgets/calendar/month/month_picker.dart +++ b/forui/lib/src/widgets/calendar/month/month_picker.dart @@ -46,7 +46,7 @@ class MonthPicker extends StatefulWidget { ..add(DiagnosticsProperty('end', end, level: DiagnosticLevel.debug)) ..add(DiagnosticsProperty('today', today, level: DiagnosticLevel.debug)) ..add(DiagnosticsProperty('focused', focused, level: DiagnosticLevel.debug)) - ..add(DiagnosticsProperty('onPress', onPress, level: DiagnosticLevel.debug)); + ..add(ObjectFlagProperty.has('onPress', onPress, level: DiagnosticLevel.debug)); } } @@ -82,7 +82,7 @@ class _MonthPickerState extends State { current: widget.today.truncate(to: DateUnit.months) == month, selectable: widget.start <= month && month <= widget.end, format: (date) => - (FLocalizations.of(context) ?? DefaultLocalizations()).abbreviatedMonth(date.toNative()), + (FLocalizations.of(context) ?? FDefaultLocalizations()).abbreviatedMonth(date.toNative()), onPress: widget.onPress, ), ], diff --git a/forui/lib/src/widgets/calendar/month/paged_month_picker.dart b/forui/lib/src/widgets/calendar/month/paged_month_picker.dart index 7c8143073..0b7039001 100644 --- a/forui/lib/src/widgets/calendar/month/paged_month_picker.dart +++ b/forui/lib/src/widgets/calendar/month/paged_month_picker.dart @@ -26,7 +26,7 @@ class PagedMonthPicker extends PagedPicker { @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); - properties.add(DiagnosticsProperty('onPress', onPress)); + properties.add(ObjectFlagProperty.has('onPress', onPress)); } } diff --git a/forui/lib/src/widgets/calendar/shared/entry.dart b/forui/lib/src/widgets/calendar/shared/entry.dart index 886a471d8..b739e4a4b 100644 --- a/forui/lib/src/widgets/calendar/shared/entry.dart +++ b/forui/lib/src/widgets/calendar/shared/entry.dart @@ -59,7 +59,7 @@ abstract class Entry extends StatelessWidget { TextDirection.ltr || null => BorderRadius.horizontal(left: yesterday, right: tomorrow), TextDirection.rtl => BorderRadius.horizontal(left: tomorrow, right: yesterday), }, - text: (FLocalizations.of(context) ?? DefaultLocalizations()).day(date.toNative()), + text: (FLocalizations.of(context) ?? FDefaultLocalizations()).day(date.toNative()), data: data, current: today, ); @@ -126,7 +126,7 @@ abstract class Entry extends StatelessWidget { super.debugFillProperties(properties); properties ..add(DiagnosticsProperty('style', style)) - ..add(DiagnosticsProperty('builder', builder)); + ..add(ObjectFlagProperty.has('builder', builder)); } } @@ -227,7 +227,7 @@ class _Content extends StatelessWidget { ..add(DiagnosticsProperty('style', style)) ..add(DiagnosticsProperty('borderRadius', borderRadius)) ..add(StringProperty('text', text)) - ..add(DiagnosticsProperty('state', data.toString())) + ..add(StringProperty('state', data.toString())) ..add(FlagProperty('current', value: current, ifTrue: 'current')); } } diff --git a/forui/lib/src/widgets/calendar/shared/header.dart b/forui/lib/src/widgets/calendar/shared/header.dart index 9931de060..be0b53ab2 100644 --- a/forui/lib/src/widgets/calendar/shared/header.dart +++ b/forui/lib/src/widgets/calendar/shared/header.dart @@ -70,7 +70,7 @@ class _HeaderState extends State
with SingleTickerProviderStateMixin { mainAxisAlignment: MainAxisAlignment.center, children: [ Text( - (FLocalizations.of(context) ?? DefaultLocalizations()).yearMonth(widget.month.toNative()), + (FLocalizations.of(context) ?? FDefaultLocalizations()).yearMonth(widget.month.toNative()), style: widget.style.headerTextStyle, ), RotationTransition( @@ -183,8 +183,8 @@ class Navigation extends StatelessWidget { super.debugFillProperties(properties); properties ..add(DiagnosticsProperty('style', style)) - ..add(DiagnosticsProperty('onPrevious', onPrevious)) - ..add(DiagnosticsProperty('onNext', onNext)); + ..add(ObjectFlagProperty.has('onPrevious', onPrevious)) + ..add(ObjectFlagProperty.has('onNext', onNext)); } } diff --git a/forui/lib/src/widgets/calendar/shared/paged_picker.dart b/forui/lib/src/widgets/calendar/shared/paged_picker.dart index 191cfd3a2..3b60e28a9 100644 --- a/forui/lib/src/widgets/calendar/shared/paged_picker.dart +++ b/forui/lib/src/widgets/calendar/shared/paged_picker.dart @@ -35,7 +35,7 @@ abstract class PagedPicker extends StatefulWidget { ..add(DiagnosticsProperty('end', end)) ..add(DiagnosticsProperty('today', today)) ..add(DiagnosticsProperty('initial', initial)) - ..add(DiagnosticsProperty('selectable', selectable)); + ..add(ObjectFlagProperty.has('selectable', selectable)); } } diff --git a/forui/lib/src/widgets/calendar/year/paged_year_picker.dart b/forui/lib/src/widgets/calendar/year/paged_year_picker.dart index f3e9414a4..57eb673e8 100644 --- a/forui/lib/src/widgets/calendar/year/paged_year_picker.dart +++ b/forui/lib/src/widgets/calendar/year/paged_year_picker.dart @@ -1,3 +1,4 @@ +import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; @@ -26,7 +27,7 @@ class PagedYearPicker extends PagedPicker { @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); - properties.add(DiagnosticsProperty('onPress', onPress)); + properties.add(ObjectFlagProperty.has('onPress', onPress)); } } diff --git a/forui/lib/src/widgets/calendar/year/year_picker.dart b/forui/lib/src/widgets/calendar/year/year_picker.dart index 4b988debe..8b9b00ca1 100644 --- a/forui/lib/src/widgets/calendar/year/year_picker.dart +++ b/forui/lib/src/widgets/calendar/year/year_picker.dart @@ -48,7 +48,7 @@ class YearPicker extends StatefulWidget { ..add(DiagnosticsProperty('end', end, level: DiagnosticLevel.debug)) ..add(DiagnosticsProperty('today', today, level: DiagnosticLevel.debug)) ..add(DiagnosticsProperty('focused', focused, level: DiagnosticLevel.debug)) - ..add(DiagnosticsProperty('onPress', onPress, level: DiagnosticLevel.debug)); + ..add(ObjectFlagProperty.has('onPress', onPress, level: DiagnosticLevel.debug)); } } @@ -86,7 +86,7 @@ class _YearPickerState extends State { focusNode: _years[i], current: widget.today.year == year.year, selectable: widget.start <= year && year <= widget.end, - format: (date) => (FLocalizations.of(context) ?? DefaultLocalizations()).year(date.toNative()), + format: (date) => (FLocalizations.of(context) ?? FDefaultLocalizations()).year(date.toNative()), onPress: widget.onPress, ), ], diff --git a/forui/lib/src/widgets/checkbox.dart b/forui/lib/src/widgets/checkbox.dart index 0d69ac5ee..2bbf1eb26 100644 --- a/forui/lib/src/widgets/checkbox.dart +++ b/forui/lib/src/widgets/checkbox.dart @@ -75,10 +75,10 @@ class FCheckbox extends StatefulWidget { properties ..add(DiagnosticsProperty('style', style)) ..add(StringProperty('semanticLabel', semanticLabel)) - ..add(FlagProperty('value', value: value)) + ..add(FlagProperty('value', value: value, ifTrue: 'checked')) ..add(ObjectFlagProperty.has('onChange', onChange)) - ..add(FlagProperty('enabled', value: enabled)) - ..add(DiagnosticsProperty('autofocus', autofocus)) + ..add(FlagProperty('enabled', value: enabled, ifFalse: 'disabled')) + ..add(FlagProperty('autofocus', value: autofocus, ifTrue: 'autofocus')) ..add(DiagnosticsProperty('focusNode', focusNode)) ..add(ObjectFlagProperty.has('onFocusChange', onFocusChange)); } diff --git a/forui/lib/src/widgets/dialog/dialog.dart b/forui/lib/src/widgets/dialog/dialog.dart index df5291343..b7cb37837 100644 --- a/forui/lib/src/widgets/dialog/dialog.dart +++ b/forui/lib/src/widgets/dialog/dialog.dart @@ -178,7 +178,7 @@ class FDialog extends StatelessWidget { ..add(DiagnosticsProperty('insetAnimationDuration', insetAnimationDuration, defaultValue: _defaultDuration)) ..add(DiagnosticsProperty('insetAnimationCurve', insetAnimationCurve, defaultValue: Curves.decelerate)) ..add(StringProperty('semanticLabel', semanticLabel)) - ..add(DiagnosticsProperty('builder', builder)); + ..add(ObjectFlagProperty.has('builder', builder)); } } diff --git a/forui/lib/src/widgets/header/header_action.dart b/forui/lib/src/widgets/header/header_action.dart index 97e4ecc40..21c57d348 100644 --- a/forui/lib/src/widgets/header/header_action.dart +++ b/forui/lib/src/widgets/header/header_action.dart @@ -135,8 +135,8 @@ class FHeaderAction extends StatelessWidget { ..add(FlagProperty('autofocus', value: autofocus, ifTrue: 'autofocus')) ..add(DiagnosticsProperty('focusNode', focusNode)) ..add(ObjectFlagProperty.has('onFocusChange', onFocusChange)) - ..add(DiagnosticsProperty('onPress', onPress)) - ..add(DiagnosticsProperty('onLongPress', onLongPress)); + ..add(ObjectFlagProperty.has('onPress', onPress)) + ..add(ObjectFlagProperty.has('onLongPress', onLongPress)); } } diff --git a/forui/lib/src/widgets/icon.dart b/forui/lib/src/widgets/icon.dart index 0b4afb038..2e1ed8fd7 100644 --- a/forui/lib/src/widgets/icon.dart +++ b/forui/lib/src/widgets/icon.dart @@ -2,6 +2,7 @@ import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:forui/forui.dart'; +import 'package:meta/meta.dart'; /// The [FIconStyle] that this [FIconStyleData]'s widget subtree should inherit. class FIconStyleData extends InheritedWidget { @@ -47,6 +48,21 @@ class FIconStyle with Diagnosticable { required this.size, }) : assert(0 < size, 'size is $size, but it should be positive.'); + /// Returns a copy of this [FIconStyle] but with the given fields replaced with the new values. + @useResult + FIconStyle copyWith({Color? color, double? size}) => FIconStyle( + color: color ?? this.color, + size: size ?? this.size, + ); + + @override + bool operator ==(Object other) => + identical(this, other) || + other is FIconStyle && runtimeType == other.runtimeType && color == other.color && size == other.size; + + @override + int get hashCode => color.hashCode ^ size.hashCode; + @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); @@ -270,7 +286,7 @@ class _IconDataIcon extends FIcon { void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); properties - ..add(DiagnosticsProperty('icon', icon)) + ..add(IconDataProperty('icon', icon)) ..add(DoubleProperty('fill', fill)) ..add(DoubleProperty('weight', weight)) ..add(DoubleProperty('grade', grade)) diff --git a/forui/lib/src/widgets/label.dart b/forui/lib/src/widgets/label.dart index 5f4dcaa85..5f5adb206 100644 --- a/forui/lib/src/widgets/label.dart +++ b/forui/lib/src/widgets/label.dart @@ -234,7 +234,7 @@ final class _FHorizontalLabel extends StatelessWidget { void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); properties - ..add(DiagnosticsProperty('style', style)) + ..add(StringProperty('style', style.toString())) ..add(EnumProperty('state', state)); } } @@ -307,7 +307,7 @@ class _FVerticalLabel extends StatelessWidget { void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); properties - ..add(DiagnosticsProperty('style', style)) + ..add(StringProperty('style', style.toString())) ..add(EnumProperty('state', state)); } } @@ -360,8 +360,8 @@ final class FLabelStyles with Diagnosticable { void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); properties - ..add(DiagnosticsProperty('horizontalStyle', horizontalStyle)) - ..add(DiagnosticsProperty('verticalStyle', verticalStyle)); + ..add(StringProperty('horizontalStyle', horizontalStyle.toString())) + ..add(StringProperty('verticalStyle', verticalStyle.toString())); } @override @@ -464,6 +464,19 @@ class FLabelStateStyles with Diagnosticable { errorStyle: style.errorFormFieldStyle, ); + /// Returns a copy of this [FLabelStateStyles] with the given properties replaced. + @useResult + FLabelStateStyles copyWith({ + FFormFieldStyle? enabledStyle, + FFormFieldStyle? disabledStyle, + FFormFieldErrorStyle? errorStyle, + }) => + FLabelStateStyles( + enabledStyle: enabledStyle ?? this.enabledStyle, + disabledStyle: disabledStyle ?? this.disabledStyle, + errorStyle: errorStyle ?? this.errorStyle, + ); + @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); diff --git a/forui/lib/src/widgets/line_calendar/line_calendar.dart b/forui/lib/src/widgets/line_calendar/line_calendar.dart index 694f31c03..4f6608bf0 100644 --- a/forui/lib/src/widgets/line_calendar/line_calendar.dart +++ b/forui/lib/src/widgets/line_calendar/line_calendar.dart @@ -259,8 +259,8 @@ final class FLineCalendarStyle with Diagnosticable { super.debugFillProperties(properties); properties ..add(DiagnosticsProperty('itemPadding', itemPadding)) - ..add(DiagnosticsProperty('itemContentEdgeSpacing', itemContentEdgeSpacing)) - ..add(DiagnosticsProperty('itemContentSpacing', itemContentSpacing)) + ..add(DoubleProperty('itemContentEdgeSpacing', itemContentEdgeSpacing)) + ..add(DoubleProperty('itemContentSpacing', itemContentSpacing)) ..add(DiagnosticsProperty('selectedItemStyle', selectedItemStyle)) ..add(DiagnosticsProperty('selectedHoveredItemStyle', selectedHoveredItemStyle)) ..add(DiagnosticsProperty('unselectedItemStyle', unselectedItemStyle)) diff --git a/forui/lib/src/widgets/line_calendar/line_calendar_item.dart b/forui/lib/src/widgets/line_calendar/line_calendar_item.dart index 36ba06358..3bafed06e 100644 --- a/forui/lib/src/widgets/line_calendar/line_calendar_item.dart +++ b/forui/lib/src/widgets/line_calendar/line_calendar_item.dart @@ -38,7 +38,7 @@ class Item extends StatelessWidget { valueListenable: controller, builder: (context, selected, _) => FTappable.animated( focusNode: FocusNode(debugLabel: 'Date: $date'), - semanticLabel: (FLocalizations.of(context) ?? DefaultLocalizations()).fullDate(date), + semanticLabel: (FLocalizations.of(context) ?? FDefaultLocalizations()).fullDate(date), onPress: () => controller.select(date), builder: (context, state, _) { final itemStyle = switch ((selected == date, state.hovered)) { @@ -123,7 +123,7 @@ class ItemContent extends StatelessWidget { @override Widget build(BuildContext context) { - final localizations = FLocalizations.of(context) ?? DefaultLocalizations(); + final localizations = FLocalizations.of(context) ?? FDefaultLocalizations(); return DecoratedBox( decoration: focused ? itemStyle.focusedDecoration : itemStyle.decoration, child: Padding( diff --git a/forui/lib/src/widgets/popover.dart b/forui/lib/src/widgets/popover.dart index 2e46258f3..e444306f7 100644 --- a/forui/lib/src/widgets/popover.dart +++ b/forui/lib/src/widgets/popover.dart @@ -193,14 +193,14 @@ class FPopover extends StatefulWidget { ..add(DiagnosticsProperty('style', style)) ..add(DiagnosticsProperty('followerAnchor', followerAnchor)) ..add(DiagnosticsProperty('targetAnchor', targetAnchor)) - ..add(DiagnosticsProperty('shift', shift)) + ..add(ObjectFlagProperty.has('shift', shift)) ..add(FlagProperty('hideOnTapOutside', value: hideOnTapOutside, ifTrue: 'hideOnTapOutside')) ..add(FlagProperty('directionPadding', value: directionPadding, ifTrue: 'directionPadding')) ..add(StringProperty('semanticLabel', semanticLabel)) ..add(FlagProperty('autofocus', value: autofocus, ifTrue: 'autofocus')) ..add(DiagnosticsProperty('focusNode', focusNode)) ..add(ObjectFlagProperty.has('onFocusChange', onFocusChange)) - ..add(DiagnosticsProperty('followerBuilder', followerBuilder)); + ..add(ObjectFlagProperty.has('followerBuilder', followerBuilder)); } } diff --git a/forui/lib/src/widgets/popover_menu.dart b/forui/lib/src/widgets/popover_menu.dart index adb93eab4..e0c9446b5 100644 --- a/forui/lib/src/widgets/popover_menu.dart +++ b/forui/lib/src/widgets/popover_menu.dart @@ -165,7 +165,7 @@ class FPopoverMenu extends StatefulWidget { ..add(EnumProperty('divider', divider)) ..add(DiagnosticsProperty('menuAnchor', menuAnchor)) ..add(DiagnosticsProperty('childAnchor', childAnchor)) - ..add(DiagnosticsProperty('shift', shift)) + ..add(ObjectFlagProperty.has('shift', shift)) ..add(FlagProperty('hideOnTapOutside', value: hideOnTapOutside, ifTrue: 'hideOnTapOutside')) ..add(FlagProperty('directionPadding', value: directionPadding, ifTrue: 'directionPadding')) ..add(StringProperty('semanticLabel', semanticLabel)) diff --git a/forui/lib/src/widgets/resizable/divider.dart b/forui/lib/src/widgets/resizable/divider.dart index e681dcdea..5cdaac11c 100644 --- a/forui/lib/src/widgets/resizable/divider.dart +++ b/forui/lib/src/widgets/resizable/divider.dart @@ -79,14 +79,14 @@ sealed class Divider extends StatefulWidget { properties ..add(DiagnosticsProperty('controller', controller)) ..add(DiagnosticsProperty('style', style)) - ..add(DiagnosticsProperty('type', type)) + ..add(EnumProperty('type', type)) ..add(IntProperty('left', left)) ..add(IntProperty('right', right)) ..add(DoubleProperty('crossAxisExtent', crossAxisExtent)) ..add(DoubleProperty('hitRegionExtent', hitRegionExtent)) ..add(DoubleProperty('resizePercentage', resizePercentage)) ..add(DiagnosticsProperty('cursor', cursor)) - ..add(DiagnosticsProperty('semanticFormatterCallback', semanticFormatterCallback)); + ..add(ObjectFlagProperty.has('semanticFormatterCallback', semanticFormatterCallback)); } } diff --git a/forui/lib/src/widgets/resizable/resizable.dart b/forui/lib/src/widgets/resizable/resizable.dart index 88329595a..8fe83f11f 100644 --- a/forui/lib/src/widgets/resizable/resizable.dart +++ b/forui/lib/src/widgets/resizable/resizable.dart @@ -100,7 +100,7 @@ class FResizable extends StatefulWidget { ..add(DoubleProperty('crossAxisExtent', crossAxisExtent)) ..add(DoubleProperty('hitRegionExtent', hitRegionExtent)) ..add(DoubleProperty('resizePercentage', resizePercentage)) - ..add(DiagnosticsProperty('semanticFormatterCallback', semanticFormatterCallback)) + ..add(ObjectFlagProperty.has('semanticFormatterCallback', semanticFormatterCallback)) ..add(IterableProperty('children', children)); } } diff --git a/forui/lib/src/widgets/resizable/resizable_region.dart b/forui/lib/src/widgets/resizable/resizable_region.dart index a867cd95f..aa9d31511 100644 --- a/forui/lib/src/widgets/resizable/resizable_region.dart +++ b/forui/lib/src/widgets/resizable/resizable_region.dart @@ -69,8 +69,8 @@ class FResizableRegion extends StatelessWidget { void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); properties - ..add(DoubleProperty('initialSize', initialExtent)) - ..add(DoubleProperty('minSize', minExtent)) - ..add(DiagnosticsProperty('builder', builder)); + ..add(DoubleProperty('initialExtent', initialExtent)) + ..add(DoubleProperty('minExtent', minExtent)) + ..add(ObjectFlagProperty.has('builder', builder)); } } diff --git a/forui/lib/src/widgets/select_group/select_group_item.dart b/forui/lib/src/widgets/select_group/select_group_item.dart index 875f2ed8c..df59b740b 100644 --- a/forui/lib/src/widgets/select_group/select_group_item.dart +++ b/forui/lib/src/widgets/select_group/select_group_item.dart @@ -263,6 +263,8 @@ class FCheckboxSelectGroupStyle extends FCheckboxStyle { required super.disabledStyle, required super.errorStyle, this.padding = const EdgeInsets.symmetric(vertical: 2), + super.animationDuration, + super.curve, }); /// Creates a [FCheckboxSelectGroupStyle] that inherits its properties from the given parameters. @@ -275,6 +277,30 @@ class FCheckboxSelectGroupStyle extends FCheckboxStyle { errorStyle: style.errorStyle, ); + /// Returns a [FCheckboxSelectGroupStyle] that is a copy of this style with the given properties replaced. + @override + @useResult + FCheckboxSelectGroupStyle copyWith({ + Duration? animationDuration, + Curve? curve, + FLabelLayoutStyle? labelLayoutStyle, + FFocusedOutlineStyle? focusedOutlineStyle, + FCheckboxStateStyle? enabledStyle, + FCheckboxStateStyle? disabledStyle, + FCheckboxErrorStyle? errorStyle, + EdgeInsets? padding, + }) => + FCheckboxSelectGroupStyle( + animationDuration: animationDuration ?? this.animationDuration, + curve: curve ?? this.curve, + labelLayoutStyle: labelLayoutStyle ?? this.labelLayoutStyle, + focusedOutlineStyle: focusedOutlineStyle ?? this.focusedOutlineStyle, + enabledStyle: enabledStyle ?? this.enabledStyle, + disabledStyle: disabledStyle ?? this.disabledStyle, + errorStyle: errorStyle ?? this.errorStyle, + padding: padding ?? this.padding, + ); + @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); @@ -300,14 +326,14 @@ class FRadioSelectGroupStyle extends FRadioStyle { /// Creates a [FRadioSelectGroupStyle]. FRadioSelectGroupStyle({ - required super.animationDuration, - required super.curve, required super.labelLayoutStyle, required super.focusedOutlineStyle, required super.enabledStyle, required super.disabledStyle, required super.errorStyle, this.padding = const EdgeInsets.symmetric(vertical: 2), + super.animationDuration, + super.curve, }); /// Creates a [FRadioSelectGroupStyle] that inherits its properties from the given parameters. @@ -322,6 +348,30 @@ class FRadioSelectGroupStyle extends FRadioStyle { errorStyle: style.errorStyle, ); + /// Returns a [FRadioSelectGroupStyle] that is a copy of this style with the given properties replaced. + @override + @useResult + FRadioSelectGroupStyle copyWith({ + Duration? animationDuration, + Curve? curve, + FLabelLayoutStyle? labelLayoutStyle, + FFocusedOutlineStyle? focusedOutlineStyle, + FRadioStateStyle? enabledStyle, + FRadioStateStyle? disabledStyle, + FRadioErrorStyle? errorStyle, + EdgeInsets? padding, + }) => + FRadioSelectGroupStyle( + animationDuration: animationDuration ?? this.animationDuration, + curve: curve ?? this.curve, + labelLayoutStyle: labelLayoutStyle ?? this.labelLayoutStyle, + focusedOutlineStyle: focusedOutlineStyle ?? this.focusedOutlineStyle, + enabledStyle: enabledStyle ?? this.enabledStyle, + disabledStyle: disabledStyle ?? this.disabledStyle, + errorStyle: errorStyle ?? this.errorStyle, + padding: padding ?? this.padding, + ); + @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); diff --git a/forui/lib/src/widgets/select_menu_tile.dart b/forui/lib/src/widgets/select_menu_tile.dart index ca71ca3cb..d9936daf7 100644 --- a/forui/lib/src/widgets/select_menu_tile.dart +++ b/forui/lib/src/widgets/select_menu_tile.dart @@ -396,7 +396,7 @@ class FSelectMenuTile extends FormField> with FTileMixin { ..add(EnumProperty('divider', divider)) ..add(DiagnosticsProperty('menuAnchor', menuAnchor)) ..add(DiagnosticsProperty('tileAnchor', tileAnchor)) - ..add(DiagnosticsProperty('shift', shift)) + ..add(ObjectFlagProperty.has('shift', shift)) ..add(FlagProperty('hideOnTapOutside', value: hideOnTapOutside, ifTrue: 'hideOnTapOutside')) ..add(FlagProperty('directionPadding', value: directionPadding, ifTrue: 'directionPadding')) ..add(FlagProperty('autoHide', value: autoHide, ifTrue: 'autoHide')) @@ -539,6 +539,7 @@ final class FSelectMenuTileStyle extends FLabelStateStyles with Diagnosticable { } /// Returns a copy of this [FTileStyle] with the given fields replaced with the new values. + @override @useResult FSelectMenuTileStyle copyWith({ FLabelLayoutStyle? labelLayoutStyle, @@ -561,6 +562,19 @@ final class FSelectMenuTileStyle extends FLabelStateStyles with Diagnosticable { // ignore: diagnostic_describe_all_properties FLabelStyle get labelStyle => (layout: labelLayoutStyle, state: this); + @override + bool operator ==(Object other) => + identical(this, other) || + super == other && + other is FSelectMenuTileStyle && + runtimeType == other.runtimeType && + labelLayoutStyle == other.labelLayoutStyle && + menuStyle == other.menuStyle && + tileStyle == other.tileStyle; + + @override + int get hashCode => super.hashCode ^ labelLayoutStyle.hashCode ^ menuStyle.hashCode ^ tileStyle.hashCode; + @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); diff --git a/forui/lib/src/widgets/select_tile_group/select_tile_group.dart b/forui/lib/src/widgets/select_tile_group/select_tile_group.dart index 9d6748f6f..06010ff3b 100644 --- a/forui/lib/src/widgets/select_tile_group/select_tile_group.dart +++ b/forui/lib/src/widgets/select_tile_group/select_tile_group.dart @@ -221,7 +221,7 @@ class FSelectTileGroup extends FormField> with FTileGroupMixin showFSheet({ required BuildContext context, required WidgetBuilder builder, - required Layout side, + required FLayout side, bool useRootNavigator = false, FSheetStyle? style, double? mainAxisMaxRatio = 9 / 16, @@ -53,7 +53,7 @@ Future showFSheet({ assert(debugCheckHasMediaQuery(context), ''); final navigator = Navigator.of(context, rootNavigator: useRootNavigator); - final localizations = FLocalizations.of(context) ?? DefaultLocalizations(); + final localizations = FLocalizations.of(context) ?? FDefaultLocalizations(); return navigator.push( FModalSheetRoute( @@ -98,7 +98,7 @@ class FModalSheetRoute extends PopupRoute { final FSheetStyle style; /// The side. - final Layout side; + final FLayout side; /// Stores a list of captured [InheritedTheme]s that are wrapped around the sheet. /// @@ -107,8 +107,8 @@ class FModalSheetRoute extends PopupRoute { /// The main axis's max constraint ratio for the sheet, depending on [side]. Defaults to 9 / 16. /// - /// The main axis is the width if [side] is [Layout.ltr] or [Layout.rtl], and the height if [side] is [Layout.ttb] or - /// [Layout.btt]. + /// The main axis is the width if [side] is [FLayout.ltr] or [FLayout.rtl], and the height if [side] is [FLayout.ttb] or + /// [FLayout.btt]. /// /// Consider setting this to null if this sheet has a scrollable child, i.e. [ListView], along the main axis, to have /// the sheet be draggable. @@ -223,10 +223,10 @@ class FModalSheetRoute extends PopupRoute { builder: builder, onChange: (size) => _didChangeBarrierSemanticsClip( switch (side) { - Layout.ttb => EdgeInsets.fromLTRB(0, size.height, 0, 0), - Layout.btt => EdgeInsets.fromLTRB(0, 0, 0, size.height), - Layout.ltr => EdgeInsets.fromLTRB(size.width, 0, 0, 0), - Layout.rtl => EdgeInsets.fromLTRB(0, 0, size.width, 0), + FLayout.ttb => EdgeInsets.fromLTRB(0, size.height, 0, 0), + FLayout.btt => EdgeInsets.fromLTRB(0, 0, 0, size.height), + FLayout.ltr => EdgeInsets.fromLTRB(size.width, 0, 0, 0), + FLayout.rtl => EdgeInsets.fromLTRB(0, 0, size.width, 0), }, ), onClosing: () { diff --git a/forui/lib/src/widgets/sheet/persistent_sheet.dart b/forui/lib/src/widgets/sheet/persistent_sheet.dart index c278f2cd6..99a3b5463 100644 --- a/forui/lib/src/widgets/sheet/persistent_sheet.dart +++ b/forui/lib/src/widgets/sheet/persistent_sheet.dart @@ -21,8 +21,8 @@ import 'package:meta/meta.dart'; /// [style] defaults to [FSheetStyle] from the closest [FTheme] ancestor. /// /// [mainAxisMaxRatio] represents the main axis's max constraint ratio for the sheet, depending on [side]. -/// Defaults to 9 / 16. The main axis is the width if [side] is [Layout.ltr] or [Layout.rtl], and the height if [side] -/// is [Layout.ttb] or [Layout.btt]. Consider setting [mainAxisMaxRatio] to null if this sheet has a scrollable child, +/// Defaults to 9 / 16. The main axis is the width if [side] is [FLayout.ltr] or [FLayout.rtl], and the height if [side] +/// is [FLayout.ttb] or [FLayout.btt]. Consider setting [mainAxisMaxRatio] to null if this sheet has a scrollable child, /// i.e. [ListView], along the main axis, to have the sheet be draggable. /// /// [anchorPoint] is used to pick the closest sub-screen. @@ -48,7 +48,7 @@ import 'package:meta/meta.dart'; @useResult FPersistentSheetController showFPersistentSheet({ required BuildContext context, - required Layout side, + required FLayout side, required Widget Function(BuildContext, FPersistentSheetController) builder, FSheetStyle? style, double? mainAxisMaxRatio = 9 / 16, diff --git a/forui/lib/src/widgets/sheet/sheet.dart b/forui/lib/src/widgets/sheet/sheet.dart index 477b35b3c..15e418947 100644 --- a/forui/lib/src/widgets/sheet/sheet.dart +++ b/forui/lib/src/widgets/sheet/sheet.dart @@ -19,7 +19,7 @@ class Sheet extends StatefulWidget { final AnimationController? controller; final Animation? animation; final FSheetStyle style; - final Layout side; + final FLayout side; final double? mainAxisMaxRatio; final BoxConstraints constraints; final Offset? anchorPoint; @@ -102,10 +102,10 @@ class _SheetState extends State with SingleTickerProviderStateMixin { anchorPoint: widget.anchorPoint, child: Align( alignment: switch (widget.side) { - Layout.ttb => Alignment.topCenter, - Layout.btt => Alignment.bottomCenter, - Layout.ltr => Alignment.centerLeft, - Layout.rtl => Alignment.centerRight, + FLayout.ttb => Alignment.topCenter, + FLayout.btt => Alignment.bottomCenter, + FLayout.ltr => Alignment.centerLeft, + FLayout.rtl => Alignment.centerRight, }, heightFactor: widget.side.vertical ? 1 : null, widthFactor: widget.side.vertical ? null : 1, @@ -137,14 +137,14 @@ class _SheetState extends State with SingleTickerProviderStateMixin { } sheet = switch ((widget.side, widget.useSafeArea)) { - (Layout.ttb, true) => SafeArea(top: false, child: sheet), - (Layout.btt, true) => SafeArea(bottom: false, child: sheet), - (Layout.ltr, true) => SafeArea(left: false, child: sheet), - (Layout.rtl, true) => SafeArea(right: false, child: sheet), - (Layout.ttb, false) => MediaQuery.removePadding(context: context, removeBottom: true, child: sheet), - (Layout.btt, false) => MediaQuery.removePadding(context: context, removeTop: true, child: sheet), - (Layout.ltr, false) => MediaQuery.removePadding(context: context, removeRight: true, child: sheet), - (Layout.rtl, false) => MediaQuery.removePadding(context: context, removeLeft: true, child: sheet), + (FLayout.ttb, true) => SafeArea(top: false, child: sheet), + (FLayout.btt, true) => SafeArea(bottom: false, child: sheet), + (FLayout.ltr, true) => SafeArea(left: false, child: sheet), + (FLayout.rtl, true) => SafeArea(right: false, child: sheet), + (FLayout.ttb, false) => MediaQuery.removePadding(context: context, removeBottom: true, child: sheet), + (FLayout.btt, false) => MediaQuery.removePadding(context: context, removeTop: true, child: sheet), + (FLayout.ltr, false) => MediaQuery.removePadding(context: context, removeRight: true, child: sheet), + (FLayout.rtl, false) => MediaQuery.removePadding(context: context, removeLeft: true, child: sheet), }; return AnimatedBuilder( @@ -154,7 +154,7 @@ class _SheetState extends State with SingleTickerProviderStateMixin { namesRoute: true, label: switch (defaultTargetPlatform) { TargetPlatform.iOS || TargetPlatform.macOS => null, - _ => (FLocalizations.of(context) ?? DefaultLocalizations()).dialogLabel, + _ => (FLocalizations.of(context) ?? FDefaultLocalizations()).dialogLabel, }, explicitChildNodes: true, child: ClipRect( @@ -172,22 +172,22 @@ class _SheetState extends State with SingleTickerProviderStateMixin { } GestureDragUpdateCallback get _dragUpdate => switch (widget.side) { - Layout.ttb => (details) { + FLayout.ttb => (details) { if (!_dismissing) { _controller.value += details.primaryDelta! / _key.currentChildHeight; } }, - Layout.btt => (details) { + FLayout.btt => (details) { if (!_dismissing) { _controller.value -= details.primaryDelta! / _key.currentChildHeight; } }, - Layout.ltr => (details) { + FLayout.ltr => (details) { if (!_dismissing) { _controller.value += details.primaryDelta! / _key.currentChildWidth; } }, - Layout.rtl => (details) { + FLayout.rtl => (details) { if (!_dismissing) { _controller.value -= details.primaryDelta! / _key.currentChildWidth; } @@ -196,10 +196,10 @@ class _SheetState extends State with SingleTickerProviderStateMixin { GestureDragEndCallback get _dragEnd { final double Function(DragEndDetails) velocity = switch (widget.side) { - Layout.ttb => (details) => details.primaryVelocity! / _key.currentChildHeight, - Layout.btt => (details) => -details.primaryVelocity! / _key.currentChildHeight, - Layout.ltr => (details) => details.primaryVelocity! / _key.currentChildWidth, - Layout.rtl => (details) => -details.primaryVelocity! / _key.currentChildWidth, + FLayout.ttb => (details) => details.primaryVelocity! / _key.currentChildHeight, + FLayout.btt => (details) => -details.primaryVelocity! / _key.currentChildHeight, + FLayout.ltr => (details) => details.primaryVelocity! / _key.currentChildWidth, + FLayout.rtl => (details) => -details.primaryVelocity! / _key.currentChildWidth, }; return (details) { @@ -294,6 +294,25 @@ class FSheetStyle with Diagnosticable { backgroundColor: colorScheme.background, ); + /// Returns a new [FSheetStyle] with the given properties replaced. + @useResult + FSheetStyle copyWith({ + Color? barrierColor, + Color? backgroundColor, + Duration? enterDuration, + Duration? exitDuration, + double? flingVelocity, + double? closeProgressThreshold, + }) => + FSheetStyle( + barrierColor: barrierColor ?? this.barrierColor, + backgroundColor: backgroundColor ?? this.backgroundColor, + enterDuration: enterDuration ?? this.enterDuration, + exitDuration: exitDuration ?? this.exitDuration, + flingVelocity: flingVelocity ?? this.flingVelocity, + closeProgressThreshold: closeProgressThreshold ?? this.closeProgressThreshold, + ); + @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); diff --git a/forui/lib/src/widgets/sheet/shifted_sheet.dart b/forui/lib/src/widgets/sheet/shifted_sheet.dart index 9ad8c4de8..06b3974d8 100644 --- a/forui/lib/src/widgets/sheet/shifted_sheet.dart +++ b/forui/lib/src/widgets/sheet/shifted_sheet.dart @@ -8,7 +8,7 @@ import 'package:meta/meta.dart'; /// This is based on Material's _BottomSheetLayoutWithSizeListener. @internal class ShiftedSheet extends SingleChildRenderObjectWidget { - final Layout side; + final FLayout side; final double value; final double? mainAxisMaxRatio; final ValueChanged? onChange; @@ -52,14 +52,14 @@ class ShiftedSheet extends SingleChildRenderObjectWidget { } class _ShiftedSheet extends RenderShiftedBox { - Layout _side; + FLayout _side; double _value; double? _mainAxisMaxRatio; ValueChanged? _onChange; Size _previous = Size.zero; _ShiftedSheet({ - required Layout side, + required FLayout side, required double value, required double? mainAxisMaxRatio, required ValueChanged? onChange, @@ -119,10 +119,10 @@ class _ShiftedSheet extends RenderShiftedBox { ); Offset positionChild(Size size, Size childSize) => switch (side) { - Layout.ttb => Offset(0, childSize.height * (_value - 1)), - Layout.btt => Offset(0, size.height - childSize.height * _value), - Layout.ltr => Offset(childSize.width * (_value - 1), 0), - Layout.rtl => Offset(size.width - childSize.width * _value, 0), + FLayout.ttb => Offset(0, childSize.height * (_value - 1)), + FLayout.btt => Offset(0, size.height - childSize.height * _value), + FLayout.ltr => Offset(childSize.width * (_value - 1), 0), + FLayout.rtl => Offset(size.width - childSize.width * _value, 0), }; @override @@ -140,9 +140,9 @@ class _ShiftedSheet extends RenderShiftedBox { @override double computeMaxIntrinsicHeight(double width) => 0.0; - Layout get side => _side; + FLayout get side => _side; - set side(Layout value) { + set side(FLayout value) { if (_side != value) { _side = value; markNeedsLayout(); diff --git a/forui/lib/src/widgets/slider/inherited_data.dart b/forui/lib/src/widgets/slider/inherited_data.dart index 01d46568b..f857bf7db 100644 --- a/forui/lib/src/widgets/slider/inherited_data.dart +++ b/forui/lib/src/widgets/slider/inherited_data.dart @@ -14,7 +14,7 @@ final class InheritedData extends InheritedWidget { } final FSliderStyle style; - final Layout layout; + final FLayout layout; final List marks; final double? trackMainAxisExtent; final double? trackHitRegionCrossExtent; diff --git a/forui/lib/src/widgets/slider/inherited_state.dart b/forui/lib/src/widgets/slider/inherited_state.dart index eab6a82a9..bd2aa0198 100644 --- a/forui/lib/src/widgets/slider/inherited_state.dart +++ b/forui/lib/src/widgets/slider/inherited_state.dart @@ -30,6 +30,6 @@ class InheritedState extends InheritedWidget { super.debugFillProperties(properties); properties ..add(DiagnosticsProperty('style', style)) - ..add(DiagnosticsProperty('state', state)); + ..add(EnumProperty('state', state)); } } diff --git a/forui/lib/src/widgets/slider/slider.dart b/forui/lib/src/widgets/slider/slider.dart index 7a703054c..f93996bec 100644 --- a/forui/lib/src/widgets/slider/slider.dart +++ b/forui/lib/src/widgets/slider/slider.dart @@ -39,7 +39,7 @@ class FSlider extends StatelessWidget { final FSliderStyle? style; /// The layout. Defaults to the current [TextDirection]. - final Layout? layout; + final FLayout? layout; /// The label. final Widget? label; @@ -157,8 +157,8 @@ class FSlider extends StatelessWidget { final styles = context.theme.sliderStyles; final layout = switch (this.layout) { final layout? => layout, - _ when Directionality.maybeOf(context) == TextDirection.rtl => Layout.rtl, - _ => Layout.ltr, + _ when Directionality.maybeOf(context) == TextDirection.rtl => FLayout.rtl, + _ => FLayout.ltr, }; final sliderStyle = style ?? (layout.vertical ? styles.verticalStyle : styles.horizontalStyle); @@ -218,7 +218,7 @@ class FSlider extends StatelessWidget { class _Slider extends StatefulWidget { final FSliderController controller; final FSliderStyle style; - final Layout layout; + final FLayout layout; final Widget? label; final Widget? description; final Widget Function(BuildContext, String) errorBuilder; diff --git a/forui/lib/src/widgets/slider/slider_mark.dart b/forui/lib/src/widgets/slider/slider_mark.dart index 06939f140..31a61382c 100644 --- a/forui/lib/src/widgets/slider/slider_mark.dart +++ b/forui/lib/src/widgets/slider/slider_mark.dart @@ -74,7 +74,7 @@ final class FSliderMarkStyle with Diagnosticable { /// The label's offset from the slider, along its cross axis, in logical pixels. The top-left corner is always the /// origin, regardless of the layout. /// - /// For example, if the layout is [Layout.ltr] and the cross axis offset is 3, the label will be 3 pixels below the + /// For example, if the layout is [FLayout.ltr] and the cross axis offset is 3, the label will be 3 pixels below the /// slider's edge. /// /// ``` diff --git a/forui/lib/src/widgets/slider/slider_render_object.dart b/forui/lib/src/widgets/slider/slider_render_object.dart index 5738041fb..98f698d72 100644 --- a/forui/lib/src/widgets/slider/slider_render_object.dart +++ b/forui/lib/src/widgets/slider/slider_render_object.dart @@ -174,7 +174,7 @@ abstract class _RenderSlider extends RenderBox with ContainerRenderObjectMixin, RenderBoxContainerDefaultsMixin { FSliderStyle _style; FSliderStateStyle _stateStyle; - Layout _layout; + FLayout _layout; List _marks; double? _mainAxisExtent; late Rect Function(RenderBox, Size, FSliderMark, FSliderMarkStyle) _positionMark; @@ -236,22 +236,22 @@ abstract class _RenderSlider extends RenderBox Rect Function(RenderBox, Size, FSliderMark, FSliderMarkStyle) get _position { final insets = _style.labelLayoutStyle.childPadding; return switch (_layout) { - Layout.ltr => (track, label, mark, style) { + FLayout.ltr => (track, label, mark, style) { final extent = track.size.width - insets.left - insets.right; final offset = _anchor(extent, mark.value, insets.left, insets.top, style); return _rect(label, mark, Offset(offset.$1, offset.$2), style); }, - Layout.rtl => (track, size, mark, style) { + FLayout.rtl => (track, size, mark, style) { final extent = track.size.width - insets.left - insets.right; final offset = _anchor(extent, 1 - mark.value, insets.left, insets.top, style); return _rect(size, mark, Offset(offset.$1, offset.$2), style); }, - Layout.ttb => (track, size, mark, style) { + FLayout.ttb => (track, size, mark, style) { final extent = track.size.height - insets.top - insets.bottom; final offset = _anchor(extent, mark.value, insets.top, insets.left, style); return _rect(size, mark, Offset(offset.$2, offset.$1), style); }, - Layout.btt => (track, size, mark, style) { + FLayout.btt => (track, size, mark, style) { final extent = track.size.height - insets.top - insets.bottom; final offset = _anchor(extent, 1 - mark.value, insets.top, insets.left, style); return _rect(size, mark, Offset(offset.$2, offset.$1), style); @@ -331,9 +331,9 @@ abstract class _RenderSlider extends RenderBox markNeedsLayout(); } - Layout get sliderLayout => _layout; + FLayout get sliderLayout => _layout; - set sliderLayout(Layout value) { + set sliderLayout(FLayout value) { if (_layout == value) { return; } diff --git a/forui/lib/src/widgets/slider/slider_styles.dart b/forui/lib/src/widgets/slider/slider_styles.dart index 9b55156c5..6a6f0371e 100644 --- a/forui/lib/src/widgets/slider/slider_styles.dart +++ b/forui/lib/src/widgets/slider/slider_styles.dart @@ -244,7 +244,7 @@ final class FSliderStyle with Diagnosticable { ..add(DiagnosticsProperty('enabledStyle', enabledStyle)) ..add(DiagnosticsProperty('disabledStyle', disabledStyle)) ..add(DiagnosticsProperty('errorStyle', errorStyle)) - ..add(DiagnosticsProperty('thumbSize', thumbSize)) + ..add(DoubleProperty('thumbSize', thumbSize)) ..add(DoubleProperty('crossAxisExtent', crossAxisExtent)) ..add(DiagnosticsProperty('tooltipTipAnchor', tooltipTipAnchor)) ..add(DiagnosticsProperty('tooltipThumbAnchor', tooltipThumbAnchor)); @@ -441,4 +441,15 @@ final class FSliderErrorStyle extends FSliderStateStyle implements FFormFieldErr super.debugFillProperties(properties); properties.add(DiagnosticsProperty('errorTextStyle', errorTextStyle)); } + + @override + bool operator ==(Object other) => + identical(this, other) || + super == other && + other is FSliderErrorStyle && + runtimeType == other.runtimeType && + errorTextStyle == other.errorTextStyle; + + @override + int get hashCode => super.hashCode ^ errorTextStyle.hashCode; } diff --git a/forui/lib/src/widgets/slider/thumb.dart b/forui/lib/src/widgets/slider/thumb.dart index f6a28eda7..fbd57fec2 100644 --- a/forui/lib/src/widgets/slider/thumb.dart +++ b/forui/lib/src/widgets/slider/thumb.dart @@ -185,26 +185,26 @@ class _ThumbState extends State with SingleTickerProviderStateMixin { double _offset(FSliderSelection selection) => widget.min ? selection.offset.min : selection.offset.max; - Map _shortcuts(Layout layout) => switch ((layout, widget.min)) { - (Layout.ltr, true) || (Layout.rtl, false) => const { + Map _shortcuts(FLayout layout) => switch ((layout, widget.min)) { + (FLayout.ltr, true) || (FLayout.rtl, false) => const { SingleActivator(LogicalKeyboardKey.arrowLeft): _ExtendIntent(), SingleActivator(LogicalKeyboardKey.arrowRight): _ShrinkIntent(), }, - (Layout.ltr, false) || (Layout.rtl, true) => const { + (FLayout.ltr, false) || (FLayout.rtl, true) => const { SingleActivator(LogicalKeyboardKey.arrowLeft): _ShrinkIntent(), SingleActivator(LogicalKeyboardKey.arrowRight): _ExtendIntent(), }, - (Layout.ttb, true) || (Layout.btt, false) => const { + (FLayout.ttb, true) || (FLayout.btt, false) => const { SingleActivator(LogicalKeyboardKey.arrowUp): _ExtendIntent(), SingleActivator(LogicalKeyboardKey.arrowDown): _ShrinkIntent(), }, - (Layout.ttb, false) || (Layout.btt, true) => const { + (FLayout.ttb, false) || (FLayout.btt, true) => const { SingleActivator(LogicalKeyboardKey.arrowUp): _ShrinkIntent(), SingleActivator(LogicalKeyboardKey.arrowDown): _ExtendIntent(), }, }; - GestureDragUpdateCallback? _drag(FSliderController controller, double thumbSize, Layout layout) { + GestureDragUpdateCallback? _drag(FSliderController controller, double thumbSize, FLayout layout) { if (controller.allowedInteraction == FSliderInteraction.tap) { return null; } @@ -296,11 +296,11 @@ final class FSliderThumbStyle with Diagnosticable { } @internal -extension Layouts on Layout { +extension Layouts on FLayout { double Function(Offset) translateThumbDrag(double thumbSize) => switch (this) { - Layout.ltr => (delta) => delta.dx - thumbSize / 2, - Layout.rtl => (delta) => -delta.dx + thumbSize / 2, - Layout.ttb => (delta) => delta.dy - thumbSize / 2, - Layout.btt => (delta) => -delta.dy + thumbSize / 2, + FLayout.ltr => (delta) => delta.dx - thumbSize / 2, + FLayout.rtl => (delta) => -delta.dx + thumbSize / 2, + FLayout.ttb => (delta) => delta.dy - thumbSize / 2, + FLayout.btt => (delta) => -delta.dy + thumbSize / 2, }; } diff --git a/forui/lib/src/widgets/slider/track.dart b/forui/lib/src/widgets/slider/track.dart index 09d8bfcab..83f5db071 100644 --- a/forui/lib/src/widgets/slider/track.dart +++ b/forui/lib/src/widgets/slider/track.dart @@ -121,7 +121,7 @@ class _GestureDetectorState extends State<_GestureDetector> { } } - GestureTapDownCallback? _tap(FSliderController controller, double thumbSize, Layout layout) { + GestureTapDownCallback? _tap(FSliderController controller, double thumbSize, FLayout layout) { final translate = layout.translateTrackTap(controller.selection.rawExtent.total, thumbSize); void down(TapDownDetails details) { @@ -143,7 +143,7 @@ class _GestureDetectorState extends State<_GestureDetector> { return tappable.contains(controller.allowedInteraction) ? down : null; } - GestureDragUpdateCallback? _drag(FSliderController controller, Layout layout) { + GestureDragUpdateCallback? _drag(FSliderController controller, FLayout layout) { if (controller.allowedInteraction != FSliderInteraction.slide) { return null; } @@ -241,25 +241,25 @@ class ActiveTrack extends StatelessWidget { } @internal -extension Layouts on Layout { +extension Layouts on FLayout { double Function(Offset) translateTrackTap(double extent, double thumbSize) => switch (this) { - Layout.ltr => (offset) => offset.dx - thumbSize / 2, - Layout.rtl => (offset) => extent - offset.dx + thumbSize / 2, - Layout.ttb => (offset) => offset.dy - thumbSize / 2, - Layout.btt => (offset) => extent - offset.dy + thumbSize / 2, + FLayout.ltr => (offset) => offset.dx - thumbSize / 2, + FLayout.rtl => (offset) => extent - offset.dx + thumbSize / 2, + FLayout.ttb => (offset) => offset.dy - thumbSize / 2, + FLayout.btt => (offset) => extent - offset.dy + thumbSize / 2, }; double Function(Offset) translateTrackDrag() => switch (this) { - Layout.ltr => (delta) => delta.dx, - Layout.rtl => (delta) => -delta.dx, - Layout.ttb => (delta) => delta.dy, - Layout.btt => (delta) => -delta.dy, + FLayout.ltr => (delta) => delta.dx, + FLayout.rtl => (delta) => -delta.dx, + FLayout.ttb => (delta) => delta.dy, + FLayout.btt => (delta) => -delta.dy, }; Positioned Function({required double offset, required Widget child}) get position => switch (this) { - Layout.ltr => ({required offset, required child}) => Positioned(left: offset, child: child), - Layout.rtl => ({required offset, required child}) => Positioned(right: offset, child: child), - Layout.ttb => ({required offset, required child}) => Positioned(top: offset, child: child), - Layout.btt => ({required offset, required child}) => Positioned(bottom: offset, child: child), + FLayout.ltr => ({required offset, required child}) => Positioned(left: offset, child: child), + FLayout.rtl => ({required offset, required child}) => Positioned(right: offset, child: child), + FLayout.ttb => ({required offset, required child}) => Positioned(top: offset, child: child), + FLayout.btt => ({required offset, required child}) => Positioned(bottom: offset, child: child), }; } diff --git a/forui/lib/src/widgets/switch.dart b/forui/lib/src/widgets/switch.dart index 02ed99c95..047e48a4b 100644 --- a/forui/lib/src/widgets/switch.dart +++ b/forui/lib/src/widgets/switch.dart @@ -161,7 +161,7 @@ class FSwitch extends StatelessWidget { ..add(DiagnosticsProperty('style', style)) ..add(StringProperty('semanticLabel', semanticLabel)) ..add(ObjectFlagProperty.has('onChange', onChange)) - ..add(FlagProperty('enabled', value: enabled)) + ..add(FlagProperty('enabled', value: enabled, ifFalse: 'disabled')) ..add(FlagProperty('autofocus', value: autofocus, defaultValue: false, ifTrue: 'autofocus')) ..add(DiagnosticsProperty('focusNode', focusNode)) ..add(ObjectFlagProperty.has('onFocusChange', onFocusChange)) @@ -308,7 +308,7 @@ final class FSwitchStateStyle with Diagnosticable implements FFormFieldStyle { }); @override - FFormFieldStyle copyWith({ + FSwitchStateStyle copyWith({ Color? checkedColor, Color? uncheckedColor, Color? thumbColor, diff --git a/forui/lib/src/widgets/text_field/text_field.dart b/forui/lib/src/widgets/text_field/text_field.dart index d446edb2a..5f3835743 100644 --- a/forui/lib/src/widgets/text_field/text_field.dart +++ b/forui/lib/src/widgets/text_field/text_field.dart @@ -825,10 +825,10 @@ final class FTextField extends StatelessWidget { ..add(FlagProperty('showCursor', value: showCursor, ifTrue: 'showCursor')) ..add(IntProperty('maxLength', maxLength)) ..add(EnumProperty('maxLengthEnforcement', maxLengthEnforcement)) - ..add(DiagnosticsProperty('onChange', onChange)) - ..add(DiagnosticsProperty('onEditingComplete', onEditingComplete)) - ..add(DiagnosticsProperty('onSubmit', onSubmit)) - ..add(DiagnosticsProperty('onAppPrivateCommand', onAppPrivateCommand)) + ..add(ObjectFlagProperty.has('onChange', onChange)) + ..add(ObjectFlagProperty.has('onEditingComplete', onEditingComplete)) + ..add(ObjectFlagProperty.has('onSubmit', onSubmit)) + ..add(ObjectFlagProperty.has('onAppPrivateCommand', onAppPrivateCommand)) ..add(IterableProperty('inputFormatters', inputFormatters)) ..add(FlagProperty('enabled', value: enabled, ifTrue: 'enabled')) ..add(FlagProperty('ignorePointers', value: ignorePointers, ifTrue: 'ignorePointers')) @@ -849,7 +849,7 @@ final class FTextField extends StatelessWidget { ), ) ..add(DiagnosticsProperty('contentInsertionConfiguration', contentInsertionConfiguration)) - ..add(DiagnosticsProperty('contextMenuBuilder', contextMenuBuilder)) + ..add(ObjectFlagProperty.has('contextMenuBuilder', contextMenuBuilder)) ..add(FlagProperty('canRequestFocus', value: canRequestFocus, ifTrue: 'canRequestFocus')) ..add(DiagnosticsProperty('undoController', undoController)) ..add(DiagnosticsProperty('spellCheckConfiguration', spellCheckConfiguration)) diff --git a/forui/lib/src/widgets/tile/tile_group.dart b/forui/lib/src/widgets/tile/tile_group.dart index 292434cf0..a02c0fe03 100644 --- a/forui/lib/src/widgets/tile/tile_group.dart +++ b/forui/lib/src/widgets/tile/tile_group.dart @@ -437,6 +437,7 @@ class FTileGroupStyle extends FLabelStateStyles with Diagnosticable { ); /// Returns a copy of this style with the given fields replaced by the new values. + @override @useResult FTileGroupStyle copyWith({ Color? borderColor, @@ -463,6 +464,27 @@ class FTileGroupStyle extends FLabelStateStyles with Diagnosticable { // ignore: diagnostic_describe_all_properties FLabelStyle get labelStyle => (layout: labelLayoutStyle, state: this); + @override + bool operator ==(Object other) => + identical(this, other) || + super == other && + other is FTileGroupStyle && + runtimeType == other.runtimeType && + labelLayoutStyle == other.labelLayoutStyle && + borderColor == other.borderColor && + borderWidth == other.borderWidth && + borderRadius == other.borderRadius && + tileStyle == other.tileStyle; + + @override + int get hashCode => + super.hashCode ^ + labelLayoutStyle.hashCode ^ + borderColor.hashCode ^ + borderWidth.hashCode ^ + borderRadius.hashCode ^ + tileStyle.hashCode; + @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { super.debugFillProperties(properties); diff --git a/forui/lib/src/widgets/tooltip.dart b/forui/lib/src/widgets/tooltip.dart index 13fee78df..f2595789c 100644 --- a/forui/lib/src/widgets/tooltip.dart +++ b/forui/lib/src/widgets/tooltip.dart @@ -140,13 +140,13 @@ class FTooltip extends StatefulWidget { ..add(DiagnosticsProperty('style', style)) ..add(DiagnosticsProperty('tipAnchor', tipAnchor)) ..add(DiagnosticsProperty('childAnchor', childAnchor)) - ..add(DiagnosticsProperty('shift', shift)) + ..add(ObjectFlagProperty.has('shift', shift)) ..add(FlagProperty('hover', value: hover, ifTrue: 'hover')) ..add(DiagnosticsProperty('hoverEnterDuration', hoverEnterDuration)) ..add(DiagnosticsProperty('hoverExitDuration', hoverExitDuration)) ..add(FlagProperty('longPress', value: longPress, ifTrue: 'longPress')) ..add(DiagnosticsProperty('longPressExitDuration', longPressExitDuration)) - ..add(DiagnosticsProperty('tipBuilder', tipBuilder)); + ..add(ObjectFlagProperty.has('tipBuilder', tipBuilder)); } } diff --git a/forui/pubspec.yaml b/forui/pubspec.yaml index c8362b7b8..ed6935aa1 100644 --- a/forui/pubspec.yaml +++ b/forui/pubspec.yaml @@ -29,10 +29,13 @@ dependencies: nitrogen_types: ^0.3.0+1 sugar: ^3.1.0 + dev_dependencies: build_runner: ^2.4.0 + flint: ^2.8.1 flutter_test: sdk: flutter + forui_internal_lints: http: ^1.2.2 mockito: ^5.4.4 diff --git a/forui/test/golden/sheet/modal/constrained-Layout.btt.png b/forui/test/golden/sheet/modal/constrained-FLayout.btt.png similarity index 100% rename from forui/test/golden/sheet/modal/constrained-Layout.btt.png rename to forui/test/golden/sheet/modal/constrained-FLayout.btt.png diff --git a/forui/test/golden/sheet/modal/constrained-Layout.ltr.png b/forui/test/golden/sheet/modal/constrained-FLayout.ltr.png similarity index 100% rename from forui/test/golden/sheet/modal/constrained-Layout.ltr.png rename to forui/test/golden/sheet/modal/constrained-FLayout.ltr.png diff --git a/forui/test/golden/sheet/modal/constrained-Layout.rtl.png b/forui/test/golden/sheet/modal/constrained-FLayout.rtl.png similarity index 100% rename from forui/test/golden/sheet/modal/constrained-Layout.rtl.png rename to forui/test/golden/sheet/modal/constrained-FLayout.rtl.png diff --git a/forui/test/golden/sheet/modal/constrained-Layout.ttb.png b/forui/test/golden/sheet/modal/constrained-FLayout.ttb.png similarity index 100% rename from forui/test/golden/sheet/modal/constrained-Layout.ttb.png rename to forui/test/golden/sheet/modal/constrained-FLayout.ttb.png diff --git a/forui/test/golden/sheet/modal/default-Layout.btt.png b/forui/test/golden/sheet/modal/default-FLayout.btt.png similarity index 100% rename from forui/test/golden/sheet/modal/default-Layout.btt.png rename to forui/test/golden/sheet/modal/default-FLayout.btt.png diff --git a/forui/test/golden/sheet/modal/default-Layout.ltr.png b/forui/test/golden/sheet/modal/default-FLayout.ltr.png similarity index 100% rename from forui/test/golden/sheet/modal/default-Layout.ltr.png rename to forui/test/golden/sheet/modal/default-FLayout.ltr.png diff --git a/forui/test/golden/sheet/modal/default-Layout.rtl.png b/forui/test/golden/sheet/modal/default-FLayout.rtl.png similarity index 100% rename from forui/test/golden/sheet/modal/default-Layout.rtl.png rename to forui/test/golden/sheet/modal/default-FLayout.rtl.png diff --git a/forui/test/golden/sheet/modal/default-Layout.ttb.png b/forui/test/golden/sheet/modal/default-FLayout.ttb.png similarity index 100% rename from forui/test/golden/sheet/modal/default-Layout.ttb.png rename to forui/test/golden/sheet/modal/default-FLayout.ttb.png diff --git a/forui/test/golden/sheet/modal/scrollable-Layout.btt.png b/forui/test/golden/sheet/modal/scrollable-FLayout.btt.png similarity index 100% rename from forui/test/golden/sheet/modal/scrollable-Layout.btt.png rename to forui/test/golden/sheet/modal/scrollable-FLayout.btt.png diff --git a/forui/test/golden/sheet/modal/scrollable-Layout.ltr.png b/forui/test/golden/sheet/modal/scrollable-FLayout.ltr.png similarity index 100% rename from forui/test/golden/sheet/modal/scrollable-Layout.ltr.png rename to forui/test/golden/sheet/modal/scrollable-FLayout.ltr.png diff --git a/forui/test/golden/sheet/modal/scrollable-Layout.rtl.png b/forui/test/golden/sheet/modal/scrollable-FLayout.rtl.png similarity index 100% rename from forui/test/golden/sheet/modal/scrollable-Layout.rtl.png rename to forui/test/golden/sheet/modal/scrollable-FLayout.rtl.png diff --git a/forui/test/golden/sheet/modal/scrollable-Layout.ttb.png b/forui/test/golden/sheet/modal/scrollable-FLayout.ttb.png similarity index 100% rename from forui/test/golden/sheet/modal/scrollable-Layout.ttb.png rename to forui/test/golden/sheet/modal/scrollable-FLayout.ttb.png diff --git a/forui/test/golden/sheet/persistent/constrained-Layout.btt.png b/forui/test/golden/sheet/persistent/constrained-FLayout.btt.png similarity index 100% rename from forui/test/golden/sheet/persistent/constrained-Layout.btt.png rename to forui/test/golden/sheet/persistent/constrained-FLayout.btt.png diff --git a/forui/test/golden/sheet/persistent/constrained-Layout.ltr.png b/forui/test/golden/sheet/persistent/constrained-FLayout.ltr.png similarity index 100% rename from forui/test/golden/sheet/persistent/constrained-Layout.ltr.png rename to forui/test/golden/sheet/persistent/constrained-FLayout.ltr.png diff --git a/forui/test/golden/sheet/persistent/constrained-Layout.rtl.png b/forui/test/golden/sheet/persistent/constrained-FLayout.rtl.png similarity index 100% rename from forui/test/golden/sheet/persistent/constrained-Layout.rtl.png rename to forui/test/golden/sheet/persistent/constrained-FLayout.rtl.png diff --git a/forui/test/golden/sheet/persistent/constrained-Layout.ttb.png b/forui/test/golden/sheet/persistent/constrained-FLayout.ttb.png similarity index 100% rename from forui/test/golden/sheet/persistent/constrained-Layout.ttb.png rename to forui/test/golden/sheet/persistent/constrained-FLayout.ttb.png diff --git a/forui/test/golden/sheet/persistent/default-Layout.btt.png b/forui/test/golden/sheet/persistent/default-FLayout.btt.png similarity index 100% rename from forui/test/golden/sheet/persistent/default-Layout.btt.png rename to forui/test/golden/sheet/persistent/default-FLayout.btt.png diff --git a/forui/test/golden/sheet/persistent/default-Layout.ltr.png b/forui/test/golden/sheet/persistent/default-FLayout.ltr.png similarity index 100% rename from forui/test/golden/sheet/persistent/default-Layout.ltr.png rename to forui/test/golden/sheet/persistent/default-FLayout.ltr.png diff --git a/forui/test/golden/sheet/persistent/default-Layout.rtl.png b/forui/test/golden/sheet/persistent/default-FLayout.rtl.png similarity index 100% rename from forui/test/golden/sheet/persistent/default-Layout.rtl.png rename to forui/test/golden/sheet/persistent/default-FLayout.rtl.png diff --git a/forui/test/golden/sheet/persistent/default-Layout.ttb.png b/forui/test/golden/sheet/persistent/default-FLayout.ttb.png similarity index 100% rename from forui/test/golden/sheet/persistent/default-Layout.ttb.png rename to forui/test/golden/sheet/persistent/default-FLayout.ttb.png diff --git a/forui/test/golden/sheet/persistent/scrollable-Layout.btt.png b/forui/test/golden/sheet/persistent/scrollable-FLayout.btt.png similarity index 100% rename from forui/test/golden/sheet/persistent/scrollable-Layout.btt.png rename to forui/test/golden/sheet/persistent/scrollable-FLayout.btt.png diff --git a/forui/test/golden/sheet/persistent/scrollable-Layout.ltr.png b/forui/test/golden/sheet/persistent/scrollable-FLayout.ltr.png similarity index 100% rename from forui/test/golden/sheet/persistent/scrollable-Layout.ltr.png rename to forui/test/golden/sheet/persistent/scrollable-FLayout.ltr.png diff --git a/forui/test/golden/sheet/persistent/scrollable-Layout.rtl.png b/forui/test/golden/sheet/persistent/scrollable-FLayout.rtl.png similarity index 100% rename from forui/test/golden/sheet/persistent/scrollable-Layout.rtl.png rename to forui/test/golden/sheet/persistent/scrollable-FLayout.rtl.png diff --git a/forui/test/golden/sheet/persistent/scrollable-Layout.ttb.png b/forui/test/golden/sheet/persistent/scrollable-FLayout.ttb.png similarity index 100% rename from forui/test/golden/sheet/persistent/scrollable-Layout.ttb.png rename to forui/test/golden/sheet/persistent/scrollable-FLayout.ttb.png diff --git a/forui/test/golden/slider/label-offset/Layout.btt-asymmetric.png b/forui/test/golden/slider/label-offset/FLayout.btt-asymmetric.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.btt-asymmetric.png rename to forui/test/golden/slider/label-offset/FLayout.btt-asymmetric.png diff --git a/forui/test/golden/slider/label-offset/Layout.btt-labelled.png b/forui/test/golden/slider/label-offset/FLayout.btt-labelled.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.btt-labelled.png rename to forui/test/golden/slider/label-offset/FLayout.btt-labelled.png diff --git a/forui/test/golden/slider/label-offset/Layout.btt-symmetric.png b/forui/test/golden/slider/label-offset/FLayout.btt-symmetric.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.btt-symmetric.png rename to forui/test/golden/slider/label-offset/FLayout.btt-symmetric.png diff --git a/forui/test/golden/slider/label-offset/Layout.ltr-asymmetric.png b/forui/test/golden/slider/label-offset/FLayout.ltr-asymmetric.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.ltr-asymmetric.png rename to forui/test/golden/slider/label-offset/FLayout.ltr-asymmetric.png diff --git a/forui/test/golden/slider/label-offset/Layout.ltr-labelled.png b/forui/test/golden/slider/label-offset/FLayout.ltr-labelled.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.ltr-labelled.png rename to forui/test/golden/slider/label-offset/FLayout.ltr-labelled.png diff --git a/forui/test/golden/slider/label-offset/Layout.ltr-symmetric.png b/forui/test/golden/slider/label-offset/FLayout.ltr-symmetric.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.ltr-symmetric.png rename to forui/test/golden/slider/label-offset/FLayout.ltr-symmetric.png diff --git a/forui/test/golden/slider/label-offset/Layout.rtl-asymmetric.png b/forui/test/golden/slider/label-offset/FLayout.rtl-asymmetric.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.rtl-asymmetric.png rename to forui/test/golden/slider/label-offset/FLayout.rtl-asymmetric.png diff --git a/forui/test/golden/slider/label-offset/Layout.rtl-labelled.png b/forui/test/golden/slider/label-offset/FLayout.rtl-labelled.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.rtl-labelled.png rename to forui/test/golden/slider/label-offset/FLayout.rtl-labelled.png diff --git a/forui/test/golden/slider/label-offset/Layout.rtl-symmetric.png b/forui/test/golden/slider/label-offset/FLayout.rtl-symmetric.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.rtl-symmetric.png rename to forui/test/golden/slider/label-offset/FLayout.rtl-symmetric.png diff --git a/forui/test/golden/slider/label-offset/Layout.ttb-asymmetric.png b/forui/test/golden/slider/label-offset/FLayout.ttb-asymmetric.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.ttb-asymmetric.png rename to forui/test/golden/slider/label-offset/FLayout.ttb-asymmetric.png diff --git a/forui/test/golden/slider/label-offset/Layout.ttb-labelled.png b/forui/test/golden/slider/label-offset/FLayout.ttb-labelled.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.ttb-labelled.png rename to forui/test/golden/slider/label-offset/FLayout.ttb-labelled.png diff --git a/forui/test/golden/slider/label-offset/Layout.ttb-symmetric.png b/forui/test/golden/slider/label-offset/FLayout.ttb-symmetric.png similarity index 100% rename from forui/test/golden/slider/label-offset/Layout.ttb-symmetric.png rename to forui/test/golden/slider/label-offset/FLayout.ttb-symmetric.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-desktop-disabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-desktop-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-desktop-disabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-desktop-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-desktop-enabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-desktop-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-desktop-enabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-desktop-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-desktop-error.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-desktop-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-desktop-error.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-desktop-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-desktop-focused.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-desktop-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-desktop-focused.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-desktop-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-touch-disabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-touch-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-touch-disabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-touch-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-touch-enabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-touch-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-touch-enabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-touch-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-touch-error.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-touch-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-touch-error.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-touch-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-touch-focused.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-touch-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.btt-touch-focused.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.btt-touch-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-desktop-disabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-desktop-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-desktop-disabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-desktop-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-desktop-enabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-desktop-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-desktop-enabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-desktop-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-desktop-error.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-desktop-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-desktop-error.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-desktop-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-desktop-focused.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-desktop-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-desktop-focused.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-desktop-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-touch-disabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-touch-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-touch-disabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-touch-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-touch-enabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-touch-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-touch-enabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-touch-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-touch-error.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-touch-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-touch-error.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-touch-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-touch-focused.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-touch-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ltr-touch-focused.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ltr-touch-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-desktop-disabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-desktop-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-desktop-disabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-desktop-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-desktop-enabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-desktop-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-desktop-enabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-desktop-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-desktop-error.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-desktop-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-desktop-error.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-desktop-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-desktop-focused.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-desktop-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-desktop-focused.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-desktop-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-touch-disabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-touch-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-touch-disabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-touch-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-touch-enabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-touch-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-touch-enabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-touch-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-touch-error.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-touch-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-touch-error.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-touch-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-touch-focused.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-touch-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.rtl-touch-focused.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.rtl-touch-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-desktop-disabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-desktop-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-desktop-disabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-desktop-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-desktop-enabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-desktop-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-desktop-enabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-desktop-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-desktop-error.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-desktop-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-desktop-error.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-desktop-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-desktop-focused.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-desktop-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-desktop-focused.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-desktop-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-touch-disabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-touch-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-touch-disabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-touch-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-touch-enabled.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-touch-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-touch-enabled.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-touch-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-touch-error.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-touch-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-touch-error.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-touch-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-touch-focused.png b/forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-touch-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-dark/Layout.ttb-touch-focused.png rename to forui/test/golden/slider/range-slider/zinc-dark/FLayout.ttb-touch-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.btt-desktop-disabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-desktop-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.btt-desktop-disabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-desktop-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.btt-desktop-enabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-desktop-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.btt-desktop-enabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-desktop-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.btt-desktop-error.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-desktop-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.btt-desktop-error.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-desktop-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.btt-desktop-focused.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-desktop-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.btt-desktop-focused.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-desktop-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.btt-touch-disabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-touch-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.btt-touch-disabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-touch-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.btt-touch-enabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-touch-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.btt-touch-enabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-touch-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.btt-touch-error.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-touch-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.btt-touch-error.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-touch-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.btt-touch-focused.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-touch-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.btt-touch-focused.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.btt-touch-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-desktop-disabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-desktop-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-desktop-disabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-desktop-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-desktop-enabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-desktop-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-desktop-enabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-desktop-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-desktop-error.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-desktop-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-desktop-error.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-desktop-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-desktop-focused.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-desktop-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-desktop-focused.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-desktop-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-touch-disabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-touch-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-touch-disabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-touch-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-touch-enabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-touch-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-touch-enabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-touch-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-touch-error.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-touch-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-touch-error.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-touch-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-touch-focused.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-touch-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ltr-touch-focused.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ltr-touch-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-desktop-disabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-desktop-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-desktop-disabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-desktop-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-desktop-enabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-desktop-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-desktop-enabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-desktop-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-desktop-error.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-desktop-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-desktop-error.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-desktop-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-desktop-focused.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-desktop-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-desktop-focused.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-desktop-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-touch-disabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-touch-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-touch-disabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-touch-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-touch-enabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-touch-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-touch-enabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-touch-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-touch-error.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-touch-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-touch-error.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-touch-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-touch-focused.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-touch-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.rtl-touch-focused.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.rtl-touch-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-desktop-disabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-desktop-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-desktop-disabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-desktop-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-desktop-enabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-desktop-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-desktop-enabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-desktop-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-desktop-error.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-desktop-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-desktop-error.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-desktop-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-desktop-focused.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-desktop-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-desktop-focused.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-desktop-focused.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-touch-disabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-touch-disabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-touch-disabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-touch-disabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-touch-enabled.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-touch-enabled.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-touch-enabled.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-touch-enabled.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-touch-error.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-touch-error.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-touch-error.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-touch-error.png diff --git a/forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-touch-focused.png b/forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-touch-focused.png similarity index 100% rename from forui/test/golden/slider/range-slider/zinc-light/Layout.ttb-touch-focused.png rename to forui/test/golden/slider/range-slider/zinc-light/FLayout.ttb-touch-focused.png diff --git a/forui/test/golden/slider/value-slider/Layout.btt-max.png b/forui/test/golden/slider/value-slider/FLayout.btt-max.png similarity index 100% rename from forui/test/golden/slider/value-slider/Layout.btt-max.png rename to forui/test/golden/slider/value-slider/FLayout.btt-max.png diff --git a/forui/test/golden/slider/value-slider/Layout.btt-min.png b/forui/test/golden/slider/value-slider/FLayout.btt-min.png similarity index 100% rename from forui/test/golden/slider/value-slider/Layout.btt-min.png rename to forui/test/golden/slider/value-slider/FLayout.btt-min.png diff --git a/forui/test/golden/slider/value-slider/Layout.ltr-max.png b/forui/test/golden/slider/value-slider/FLayout.ltr-max.png similarity index 100% rename from forui/test/golden/slider/value-slider/Layout.ltr-max.png rename to forui/test/golden/slider/value-slider/FLayout.ltr-max.png diff --git a/forui/test/golden/slider/value-slider/Layout.ltr-min.png b/forui/test/golden/slider/value-slider/FLayout.ltr-min.png similarity index 100% rename from forui/test/golden/slider/value-slider/Layout.ltr-min.png rename to forui/test/golden/slider/value-slider/FLayout.ltr-min.png diff --git a/forui/test/golden/slider/value-slider/Layout.rtl-max.png b/forui/test/golden/slider/value-slider/FLayout.rtl-max.png similarity index 100% rename from forui/test/golden/slider/value-slider/Layout.rtl-max.png rename to forui/test/golden/slider/value-slider/FLayout.rtl-max.png diff --git a/forui/test/golden/slider/value-slider/Layout.rtl-min.png b/forui/test/golden/slider/value-slider/FLayout.rtl-min.png similarity index 100% rename from forui/test/golden/slider/value-slider/Layout.rtl-min.png rename to forui/test/golden/slider/value-slider/FLayout.rtl-min.png diff --git a/forui/test/golden/slider/value-slider/Layout.ttb-max.png b/forui/test/golden/slider/value-slider/FLayout.ttb-max.png similarity index 100% rename from forui/test/golden/slider/value-slider/Layout.ttb-max.png rename to forui/test/golden/slider/value-slider/FLayout.ttb-max.png diff --git a/forui/test/golden/slider/value-slider/Layout.ttb-min.png b/forui/test/golden/slider/value-slider/FLayout.ttb-min.png similarity index 100% rename from forui/test/golden/slider/value-slider/Layout.ttb-min.png rename to forui/test/golden/slider/value-slider/FLayout.ttb-min.png diff --git a/forui/test/src/localizations/localization_test.dart b/forui/test/src/localizations/localization_test.dart index dff53adc2..494f34d29 100644 --- a/forui/test/src/localizations/localization_test.dart +++ b/forui/test/src/localizations/localization_test.dart @@ -27,7 +27,7 @@ void main() { locale: const Locale('de'), child: Builder( builder: (context) { - final localizations = FLocalizations.of(context) ?? DefaultLocalizations(); + final localizations = FLocalizations.of(context) ?? FDefaultLocalizations(); expect(localizations.localeName, 'de'); return const Placeholder(); }, @@ -41,7 +41,7 @@ void main() { group('FDateTimeLocalizations', () { group('firstDayOfWeek', () { - test('default implementation', () => expect(DefaultLocalizations().firstDayOfWeek, 7)); + test('default implementation', () => expect(FDefaultLocalizations().firstDayOfWeek, 7)); testWidgets('monday', (tester) async { await tester.pumpWidget( @@ -49,7 +49,7 @@ void main() { locale: const Locale('de'), child: Builder( builder: (context) { - final localizations = FLocalizations.of(context) ?? DefaultLocalizations(); + final localizations = FLocalizations.of(context) ?? FDefaultLocalizations(); expect(localizations.firstDayOfWeek, 1); return const Placeholder(); }, @@ -66,7 +66,7 @@ void main() { locale: const Locale('en'), child: Builder( builder: (context) { - final localizations = FLocalizations.of(context) ?? DefaultLocalizations(); + final localizations = FLocalizations.of(context) ?? FDefaultLocalizations(); expect(localizations.firstDayOfWeek, 7); return const Placeholder(); }, @@ -80,7 +80,7 @@ void main() { group('shortWeekdays', () { test('default implementation', () { - expect(DefaultLocalizations().shortWeekDays, ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']); + expect(FDefaultLocalizations().shortWeekDays, ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']); }); testWidgets('de locale', (tester) async { @@ -89,7 +89,7 @@ void main() { locale: const Locale('de'), child: Builder( builder: (context) { - final localizations = FLocalizations.of(context) ?? DefaultLocalizations(); + final localizations = FLocalizations.of(context) ?? FDefaultLocalizations(); expect(localizations.shortWeekDays, ['So.', 'Mo.', 'Di.', 'Mi.', 'Do.', 'Fr.', 'Sa.']); return const Placeholder(); }, @@ -103,7 +103,7 @@ void main() { group('narrowWeekDays', () { test('default implementation', () { - expect(DefaultLocalizations().narrowWeekDays, ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']); + expect(FDefaultLocalizations().narrowWeekDays, ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']); }); testWidgets('de locale', (tester) async { @@ -112,7 +112,7 @@ void main() { locale: const Locale('de'), child: Builder( builder: (context) { - final localizations = FLocalizations.of(context) ?? DefaultLocalizations(); + final localizations = FLocalizations.of(context) ?? FDefaultLocalizations(); expect(localizations.narrowWeekDays, ['S', 'M', 'D', 'M', 'D', 'F', 'S']); return const Placeholder(); }, @@ -129,7 +129,7 @@ void main() { locale: const Locale('en', 'SG'), child: Builder( builder: (context) { - final localizations = FLocalizations.of(context) ?? DefaultLocalizations(); + final localizations = FLocalizations.of(context) ?? FDefaultLocalizations(); expect(localizations.narrowWeekDays, ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']); return const Placeholder(); }, diff --git a/forui/test/src/widgets/scaffold_golden_test.dart b/forui/test/src/widgets/scaffold_golden_test.dart index 512887a76..5f605c03c 100644 --- a/forui/test/src/widgets/scaffold_golden_test.dart +++ b/forui/test/src/widgets/scaffold_golden_test.dart @@ -58,7 +58,7 @@ void main() { onPress: () { showFPersistentSheet( context: context, - side: Layout.ltr, + side: FLayout.ltr, draggable: false, builder: (context, controller) => Container( height: double.infinity, diff --git a/forui/test/src/widgets/sheet/modal_sheet_golden_test.dart b/forui/test/src/widgets/sheet/modal_sheet_golden_test.dart index 9f3f80cb2..1ac11daa2 100644 --- a/forui/test/src/widgets/sheet/modal_sheet_golden_test.dart +++ b/forui/test/src/widgets/sheet/modal_sheet_golden_test.dart @@ -10,7 +10,7 @@ import '../../test_scaffold.dart'; void main() { group('FModalSheet', () { - for (final side in Layout.values) { + for (final side in FLayout.values) { testWidgets('default - $side', (tester) async { await tester.pumpWidget( TestScaffold.app( diff --git a/forui/test/src/widgets/sheet/modal_sheet_test.dart b/forui/test/src/widgets/sheet/modal_sheet_test.dart index 5e04a6068..b2d5a68c1 100644 --- a/forui/test/src/widgets/sheet/modal_sheet_test.dart +++ b/forui/test/src/widgets/sheet/modal_sheet_test.dart @@ -15,7 +15,7 @@ void main() { child: FIcon(FAssets.icons.chevronRight), onPress: () => showFSheet( context: context, - side: Layout.btt, + side: FLayout.btt, builder: (context) => Container( height: double.infinity, width: double.infinity, @@ -38,10 +38,10 @@ void main() { }); for (final (side, offset) in [ - (Layout.btt, const Offset(0, 300)), - (Layout.ttb, const Offset(0, -300)), - (Layout.ltr, const Offset(-300, 0)), - (Layout.rtl, const Offset(300, 0)), + (FLayout.btt, const Offset(0, 300)), + (FLayout.ttb, const Offset(0, -300)), + (FLayout.ltr, const Offset(-300, 0)), + (FLayout.rtl, const Offset(300, 0)), ]) { testWidgets('drag to dismiss - $side', (tester) async { await tester.pumpWidget( diff --git a/forui/test/src/widgets/sheet/persistent_sheet_golden_test.dart b/forui/test/src/widgets/sheet/persistent_sheet_golden_test.dart index bb3562373..d91397c73 100644 --- a/forui/test/src/widgets/sheet/persistent_sheet_golden_test.dart +++ b/forui/test/src/widgets/sheet/persistent_sheet_golden_test.dart @@ -12,7 +12,7 @@ void main() { FPersistentSheetController? controller; group('showFSheet', () { - for (final side in Layout.values) { + for (final side in FLayout.values) { testWidgets('default - $side', (tester) async { await tester.pumpWidget( TestScaffold.app( diff --git a/forui/test/src/widgets/sheet/persistent_sheet_test.dart b/forui/test/src/widgets/sheet/persistent_sheet_test.dart index dc34c896e..0bdf1a70a 100644 --- a/forui/test/src/widgets/sheet/persistent_sheet_test.dart +++ b/forui/test/src/widgets/sheet/persistent_sheet_test.dart @@ -20,7 +20,7 @@ void main() { onPress: () { controller = showFPersistentSheet( context: context, - side: Layout.btt, + side: FLayout.btt, builder: (context, controller) => Container( height: double.infinity, width: double.infinity, @@ -54,7 +54,7 @@ void main() { onPress: () { controller = showFPersistentSheet( context: context, - side: Layout.btt, + side: FLayout.btt, keepAliveOffstage: true, builder: (context, controller) => Container( height: double.infinity, @@ -88,7 +88,7 @@ void main() { onPress: () { controller = showFPersistentSheet( context: context, - side: Layout.btt, + side: FLayout.btt, builder: (context, controller) => Container( height: double.infinity, width: double.infinity, @@ -119,7 +119,7 @@ void main() { controller = showFPersistentSheet( key: const Key('test'), context: context, - side: Layout.btt, + side: FLayout.btt, builder: (context, controller) => Container( height: double.infinity, width: double.infinity, @@ -157,7 +157,7 @@ void main() { onPress: () { controller = showFPersistentSheet( context: context, - side: Layout.btt, + side: FLayout.btt, builder: (context, controller) => Container( height: double.infinity, width: double.infinity, @@ -181,10 +181,10 @@ void main() { }); for (final (side, offset) in [ - (Layout.btt, const Offset(0, 300)), - (Layout.ttb, const Offset(0, -300)), - (Layout.ltr, const Offset(-300, 0)), - (Layout.rtl, const Offset(300, 0)), + (FLayout.btt, const Offset(0, 300)), + (FLayout.ttb, const Offset(0, -300)), + (FLayout.ltr, const Offset(-300, 0)), + (FLayout.rtl, const Offset(300, 0)), ]) { testWidgets('drag to dismiss - $side', (tester) async { await tester.pumpWidget( diff --git a/forui/test/src/widgets/slider/slider_golden_test.dart b/forui/test/src/widgets/slider/slider_golden_test.dart index 6e72e510a..a7848cff7 100644 --- a/forui/test/src/widgets/slider/slider_golden_test.dart +++ b/forui/test/src/widgets/slider/slider_golden_test.dart @@ -36,7 +36,7 @@ void main() { }); for (final theme in TestScaffold.themes) { - for (final layout in Layout.values) { + for (final layout in FLayout.values) { for (final touch in [true, false]) { for (final enabled in [true, false]) { testWidgets('${theme.name} - $layout - ${enabled ? 'enabled' : 'disabled'}', (tester) async { @@ -176,7 +176,7 @@ void main() { } } - for (final layout in Layout.values) { + for (final layout in FLayout.values) { for (final min in [true, false]) { testWidgets('single value - $layout - ${min ? 'min' : 'max'}', (tester) async { await tester.pumpWidget( @@ -214,7 +214,7 @@ void main() { } } - for (final layout in Layout.values) { + for (final layout in FLayout.values) { group('label offset - $layout', () { late FSliderStyle sliderStyle; late Alignment positive; diff --git a/forui/test/src/widgets/slider/slider_test.dart b/forui/test/src/widgets/slider/slider_test.dart index 573f94bee..3da1ae4de 100644 --- a/forui/test/src/widgets/slider/slider_test.dart +++ b/forui/test/src/widgets/slider/slider_test.dart @@ -116,7 +116,7 @@ void main() { }); }); - for (final layout in Layout.values) { + for (final layout in FLayout.values) { Widget slider(FSliderController controller) => TestScaffold.app( padded: false, child: FSlider( @@ -343,26 +343,26 @@ void main() { } extension on Rect { - Offset min(Layout layout) => switch (layout) { - Layout.ltr => centerLeft, - Layout.rtl => centerRight, - Layout.ttb => topCenter, - Layout.btt => bottomCenter, + Offset min(FLayout layout) => switch (layout) { + FLayout.ltr => centerLeft, + FLayout.rtl => centerRight, + FLayout.ttb => topCenter, + FLayout.btt => bottomCenter, }; - Offset max(Layout layout) => switch (layout) { - Layout.ltr => centerRight, - Layout.rtl => centerLeft, - Layout.ttb => bottomCenter, - Layout.btt => topCenter, + Offset max(FLayout layout) => switch (layout) { + FLayout.ltr => centerRight, + FLayout.rtl => centerLeft, + FLayout.ttb => bottomCenter, + FLayout.btt => topCenter, }; } -extension on Layout { +extension on FLayout { Offset directional(double value) => switch (this) { - Layout.ltr => Offset(value, 0), - Layout.rtl => Offset(-value, 0), - Layout.ttb => Offset(0, value), - Layout.btt => Offset(0, -value), + FLayout.ltr => Offset(value, 0), + FLayout.rtl => Offset(-value, 0), + FLayout.ttb => Offset(0, value), + FLayout.btt => Offset(0, -value), }; } diff --git a/forui_internal_lints/.gitignore b/forui_internal_lints/.gitignore new file mode 100644 index 000000000..ac5aa9893 --- /dev/null +++ b/forui_internal_lints/.gitignore @@ -0,0 +1,29 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. +/pubspec.lock +**/doc/api/ +.dart_tool/ +build/ diff --git a/forui_internal_lints/.metadata b/forui_internal_lints/.metadata new file mode 100644 index 000000000..7025a6406 --- /dev/null +++ b/forui_internal_lints/.metadata @@ -0,0 +1,10 @@ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled and should not be manually edited. + +version: + revision: "dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668" + channel: "stable" + +project_type: package diff --git a/forui_internal_lints/CHANGELOG.md b/forui_internal_lints/CHANGELOG.md new file mode 100644 index 000000000..41cc7d819 --- /dev/null +++ b/forui_internal_lints/CHANGELOG.md @@ -0,0 +1,3 @@ +## 0.0.1 + +* TODO: Describe initial release. diff --git a/forui_internal_lints/LICENSE b/forui_internal_lints/LICENSE new file mode 100644 index 000000000..ba75c69f7 --- /dev/null +++ b/forui_internal_lints/LICENSE @@ -0,0 +1 @@ +TODO: Add your license here. diff --git a/forui_internal_lints/README.md b/forui_internal_lints/README.md new file mode 100644 index 000000000..4a260d8d2 --- /dev/null +++ b/forui_internal_lints/README.md @@ -0,0 +1,39 @@ + + +TODO: Put a short description of the package here that helps potential users +know whether this package might be useful for them. + +## Features + +TODO: List what your package can do. Maybe include images, gifs, or videos. + +## Getting started + +TODO: List prerequisites and provide or point to information on how to +start using the package. + +## Usage + +TODO: Include short and useful examples for package users. Add longer examples +to `/example` folder. + +```dart +const like = 'sample'; +``` + +## Additional information + +TODO: Tell users more about the package: where to find more information, how to +contribute to the package, how to file issues, what response they can expect +from the package authors, and more. diff --git a/forui_internal_lints/analysis_options.yaml b/forui_internal_lints/analysis_options.yaml new file mode 100644 index 000000000..61f85845a --- /dev/null +++ b/forui_internal_lints/analysis_options.yaml @@ -0,0 +1,9 @@ +include: package:flint/analysis_options.flutter.yaml +analyzer: + errors: + unused_result: ignore + +linter: + rules: + - use_key_in_widget_constructors + - require_trailing_commas diff --git a/forui_internal_lints/lib/forui_internal_lints.dart b/forui_internal_lints/lib/forui_internal_lints.dart new file mode 100644 index 000000000..b12a2cc53 --- /dev/null +++ b/forui_internal_lints/lib/forui_internal_lints.dart @@ -0,0 +1,23 @@ +import 'package:custom_lint_builder/custom_lint_builder.dart'; +import 'package:forui_internal_lints/src/always_call_super_dispose_last.dart'; +import 'package:forui_internal_lints/src/always_provide_flag_property_parameter.dart'; +import 'package:forui_internal_lints/src/avoid_record_diagnostics_properties.dart'; + +import 'package:forui_internal_lints/src/style_api.dart'; +import 'package:forui_internal_lints/src/prefer_specific_diagnostics_properties.dart'; +import 'package:forui_internal_lints/src/prefix_public_types.dart'; + +/// Creates a linter for Forui, +PluginBase createPlugin() => _ForuiLinter(); + +class _ForuiLinter extends PluginBase { + @override + List getLintRules(CustomLintConfigs configs) => const [ + AlwaysCallSuperDisposeLast(), + AlwaysProvideFlagPropertyArgument(), + AvoidRecordDiagnosticsProperties(), + StyleApiRule(), + PreferSpecificDiagnosticsProperties(), + PrefixPublicTypesRule(), + ]; +} diff --git a/forui_internal_lints/lib/src/always_call_super_dispose_last.dart b/forui_internal_lints/lib/src/always_call_super_dispose_last.dart new file mode 100644 index 000000000..5297f28c1 --- /dev/null +++ b/forui_internal_lints/lib/src/always_call_super_dispose_last.dart @@ -0,0 +1,82 @@ +import 'package:analyzer/dart/ast/ast.dart'; +import 'package:analyzer/dart/element/element.dart'; +import 'package:analyzer/dart/element/type.dart'; +import 'package:analyzer/dart/element/visitor.dart'; +import 'package:analyzer/error/error.dart' hide LintCode; +import 'package:analyzer/error/listener.dart'; +import 'package:custom_lint_builder/custom_lint_builder.dart'; + +const _code = LintCode( + name: 'always_call_super_dispose_last', + problemMessage: 'Always call super.dispose() last.', + errorSeverity: ErrorSeverity.ERROR, +); + +/// A lint rule that checks if a DiagnosticsProperty is created with a type. +class AlwaysCallSuperDisposeLast extends DartLintRule { + /// Creates a new [AlwaysCallSuperDisposeLast]. + const AlwaysCallSuperDisposeLast() : super(code: _code); + + @override + void run(CustomLintResolver resolver, ErrorReporter reporter, CustomLintContext context) { + context.registry.addMethodDeclaration((node) { + final method = node.declaredElement; + if (method is! MethodElement) { + return; + } + + if (method.isStatic || + method.isExternal || + method.isAbstract || + !method.hasOverride || + method.returnType is! VoidType || + method.name != 'dispose' || + method.parameters.isNotEmpty || + !(method.enclosingElement3.accept(_Visitor(method.enclosingElement3)) ?? false)) { + return; + } + + if (node.body case BlockFunctionBody(block: Block(:final statements)) when statements.isNotEmpty) { + for (final statement in statements.reversed.skip(1)) { + if (statement case ExpressionStatement(:final MethodInvocation expression) + when expression.toSource() == 'super.dispose()') { + reporter.atNode(expression, _code); + } + } + } + }); + } +} + +class _Visitor extends SimpleElementVisitor { + final Element? self; + + _Visitor(this.self); + + @override + bool visitClassElement(ClassElement type) => _visitInterface(type); + + @override + bool? visitMixinElement(MixinElement type) => _visitInterface(type); + + bool _visitInterface(InterfaceElement interface) { + bool signature(MethodElement method) => + !method.isStatic && + method.hasMustCallSuper && + method.returnType is VoidType && + method.name == 'dispose' && + method.parameters.isEmpty; + + if (self != interface && interface.methods.any(signature)) { + return true; + } + + for (final supertype in interface.allSupertypes) { + if (supertype.element.accept(this) ?? false) { + return true; + } + } + + return false; + } +} diff --git a/forui_internal_lints/lib/src/always_provide_flag_property_parameter.dart b/forui_internal_lints/lib/src/always_provide_flag_property_parameter.dart new file mode 100644 index 000000000..51b342efb --- /dev/null +++ b/forui_internal_lints/lib/src/always_provide_flag_property_parameter.dart @@ -0,0 +1,39 @@ +import 'package:analyzer/dart/ast/ast.dart'; +import 'package:analyzer/error/error.dart' hide LintCode; +import 'package:analyzer/error/listener.dart'; +import 'package:custom_lint_builder/custom_lint_builder.dart'; + +const _code = LintCode( + name: 'always_provide_flag_property_parameter', + problemMessage: 'Provide `ifTrue` and/or `ifFalse` parameter', + errorSeverity: ErrorSeverity.ERROR, +); + +const _flagProperty = TypeChecker.fromName('FlagProperty', packageName: 'flutter'); + +/// A lint rule that ensures flag property provides `ifTrue` and/or `ifFalse` parameter. +class AlwaysProvideFlagPropertyArgument extends DartLintRule { + /// Creates a new [AlwaysProvideFlagPropertyArgument]. + const AlwaysProvideFlagPropertyArgument() : super(code: _code); + + @override + void run(CustomLintResolver resolver, ErrorReporter reporter, CustomLintContext context) { + context.registry.addInstanceCreationExpression((node) { + if (node.staticType case final type when type == null || !_flagProperty.isExactlyType(type)) { + return; + } + + if (node.argumentList.length < 2) { + return; + } + + if (node.argumentList.arguments + .whereType() + .any((expression) => expression.element?.name == 'ifTrue' || expression.element?.name == 'ifFalse')) { + return; + } + + reporter.atNode(node, _code); + }); + } +} diff --git a/forui_internal_lints/lib/src/avoid_record_diagnostics_properties.dart b/forui_internal_lints/lib/src/avoid_record_diagnostics_properties.dart new file mode 100644 index 000000000..a9815e90f --- /dev/null +++ b/forui_internal_lints/lib/src/avoid_record_diagnostics_properties.dart @@ -0,0 +1,39 @@ +import 'package:analyzer/dart/element/type.dart'; +import 'package:analyzer/error/error.dart' hide LintCode; +import 'package:analyzer/error/listener.dart'; +import 'package:custom_lint_builder/custom_lint_builder.dart'; + +const _code = LintCode( + name: 'avoid_record_diagnostics_properties', + problemMessage: 'Avoid using records in DiagnosticsProperty. Convert it to a string via toString() first.', + errorSeverity: ErrorSeverity.ERROR, +); + +const _any = TypeChecker.any([ + TypeChecker.fromName('DiagnosticsProperty', packageName: 'flutter'), + TypeChecker.fromName('ObjectFlagProperty', packageName: 'flutter'), +]); + +/// A lint rule that checks if a DiagnosticsProperty is created with a type. +class AvoidRecordDiagnosticsProperties extends DartLintRule { + /// Creates a new [AvoidRecordDiagnosticsProperties]. + const AvoidRecordDiagnosticsProperties() : super(code: _code); + + @override + void run(CustomLintResolver resolver, ErrorReporter reporter, CustomLintContext context) { + context.registry.addInstanceCreationExpression((node) { + if (node.staticType case final type when type == null || !_any.isExactlyType(type)) { + return; + } + + if (node.argumentList.length < 2) { + return; + } + + final type = node.argumentList.arguments[1].staticType; + if (type is RecordType) { + reporter.atNode(node, _code); + } + }); + } +} diff --git a/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart b/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart new file mode 100644 index 000000000..e02beb329 --- /dev/null +++ b/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart @@ -0,0 +1,70 @@ +import 'package:analyzer/dart/element/type.dart'; +import 'package:analyzer/error/listener.dart'; +import 'package:custom_lint_builder/custom_lint_builder.dart'; + +const _code = LintCode( + name: 'prefer_specific_diagnostics_properties', + problemMessage: + 'Prefer specific diagnostic properties for colors, enums, functions, iterables, primitives and icons.', +); + +const _diagnosticsProperty = TypeChecker.fromName('DiagnosticsProperty', packageName: 'flutter'); + +const _bool = TypeChecker.fromName('bool'); +const _double = TypeChecker.fromName('double'); +const _iconData = TypeChecker.fromName('IconData', packageName: 'flutter'); +const _int = TypeChecker.fromName('int'); +const _string = TypeChecker.fromName('String'); + +const _enum = TypeChecker.fromName('Enum', packageName: 'dart:core'); +const _color = TypeChecker.fromName('Color'); +const _iterable = TypeChecker.fromName('Iterable'); + +/// A lint rule that checks if a DiagnosticsProperty is created with a type. +class PreferSpecificDiagnosticsProperties extends DartLintRule { + /// Creates a new [PreferSpecificDiagnosticsProperties]. + const PreferSpecificDiagnosticsProperties() : super(code: _code); + + @override + void run(CustomLintResolver resolver, ErrorReporter reporter, CustomLintContext context) { + context.registry.addInstanceCreationExpression((node) { + if (node.staticType case final type when type == null || !_diagnosticsProperty.isExactlyType(type)) { + return; + } + + if (node.argumentList.length < 2) { + return; + } + + final type = node.argumentList.arguments[1].staticType; + if (type == null) { + return; + } + + final recommendation = switch (type) { + _ when _bool.isAssignableFromType(type) => ('bools', 'FlagProperty'), + _ when _double.isAssignableFromType(type) => ('doubles', 'DoubleProperty/PercentageProperty'), + _ when _iconData.isAssignableFromType(type) => ('IconData', 'IconDataProperty'), + _ when _int.isAssignableFromType(type) => ('ints', 'IntProperty'), + _ when _string.isAssignableFromType(type) => ('strings', 'StringProperty'), + _ when (type is InterfaceType) && type.allSupertypes.any(_enum.isExactlyType) => ('enums', 'EnumProperty'), + _ when _color.isAssignableFromType(type) => ('colors', 'ColorProperty'), + _ when _iterable.isAssignableFromType(type) => ('iterables', 'IterableProperty'), + _ when type is FunctionType => ('functions', 'ObjectFlagProperty'), + _ => null, + }; + + if (recommendation == null) { + return; + } + + reporter.atNode( + node, + LintCode( + name: 'prefer_specific_diagnostics_properties', + problemMessage: 'Prefer specific diagnostic properties, ${recommendation.$2}, for ${recommendation.$1}', + ), + ); + }); + } +} diff --git a/forui_internal_lints/lib/src/prefer_widgets_library.dart b/forui_internal_lints/lib/src/prefer_widgets_library.dart new file mode 100644 index 000000000..5f2b99c39 --- /dev/null +++ b/forui_internal_lints/lib/src/prefer_widgets_library.dart @@ -0,0 +1,63 @@ +import 'dart:async'; +import 'dart:io'; +import 'dart:math'; + +import 'package:analyzer/dart/analysis/analysis_context_collection.dart'; +import 'package:analyzer/dart/analysis/results.dart'; +import 'package:analyzer/error/error.dart' hide LintCode; +import 'package:analyzer/error/listener.dart'; +import 'package:custom_lint_builder/custom_lint_builder.dart'; + +const _code = LintCode( + name: 'prefer_widgets_library', + problemMessage: 'Prefer "flutter/widgets.dart" instead of "flutter/material.dart" and/or "flutter/cupertino.dart".', + errorSeverity: ErrorSeverity.ERROR, +); + +/// A lint rule that prefers importing "flutter/widgets.dart" instead of "flutter/material.dart" and/or +/// "flutter/cupertino.dart". +/// +/// This rule is not enabled by default due to its performance implications. +class PreferWidgetsLibrary extends DartLintRule { + static final _random = Random(); + + /// Creates a new [PreferWidgetsLibrary]. + const PreferWidgetsLibrary() : super(code: _code); + + @override + Future run(CustomLintResolver resolver, ErrorReporter reporter, CustomLintContext context) async { + final analysis = AnalysisContextCollection(includedPaths: [resolver.path]).contextFor(resolver.path); + final result = await analysis.currentSession.getErrors(resolver.path); + + // Files with part of/part declarations are current not supported. They're a major PITA to support. + if (result case final ErrorsResult result when result.errors.isEmpty) { + final temp = File(resolver.path).parent.file('temp_file_${_random.nextInt(100000000)}.dart'); + final original = File.fromUri(resolver.source.uri).readAsStringSync(); + + for (final import in ['package:flutter/material.dart', 'package:flutter/cupertino.dart']) { + final offset = original.indexOf(import); + if (offset == -1) { + continue; + } + + try { + temp.writeAsStringSync(original.replaceAll(import, 'package:flutter/widgets.dart')); + if (await analysis.currentSession.getErrors(temp.path) case final ErrorsResult r when r.errors.isEmpty) { + reporter.atOffset( + offset: offset, + length: import.length, + errorCode: LintCode( + name: 'prefer_widgets_library', + problemMessage: 'Prefer package:flutter/widgets.dart instead of $import.', + ), + ); + } + } finally { + if (temp.existsSync()) { + unawaited(temp.delete()); + } + } + } + } + } +} diff --git a/forui_internal_lints/lib/src/prefix_public_types.dart b/forui_internal_lints/lib/src/prefix_public_types.dart new file mode 100644 index 000000000..42bc471f6 --- /dev/null +++ b/forui_internal_lints/lib/src/prefix_public_types.dart @@ -0,0 +1,54 @@ +import 'package:analyzer/dart/ast/ast.dart'; +import 'package:analyzer/dart/element/element.dart'; +import 'package:analyzer/error/listener.dart'; +import 'package:custom_lint_builder/custom_lint_builder.dart'; + +const _code = LintCode( + name: 'prefix_public_types', + problemMessage: 'Public types should be prefixed with F.', +); + +const _checker = TypeChecker.fromName('internal', packageName: 'meta'); + +/// A lint rule that checks if a public type is prefixed with F. +class PrefixPublicTypesRule extends DartLintRule { + /// Creates a new [PrefixPublicTypesRule]. + const PrefixPublicTypesRule() : super(code: _code); + + @override + void run(CustomLintResolver resolver, ErrorReporter reporter, CustomLintContext context) { + void check(NodeList annotations, Element? element) { + if (element?.source?.fullName case final name? when name.contains('test/src')) { + return; + } + + if (annotations.map((a) => a.element).nonNulls.any(_checker.isAssignableFrom)) { + return; + } + + if (element == null || element.isPrivate || element.isSynthetic) { + return; + } + + if (element.name case final name? when RegExp('^F[A-Z].*').matchAsPrefix(name) != null) { + return; + } + + reporter.atElement( + element, + LintCode( + name: 'prefix_public_types', + problemMessage: 'Public type, ${element.name}, should be prefixed with F.', + ), + ); + } + + context.registry + ..addClassDeclaration((node) => check(node.metadata, node.declaredElement)) + ..addEnumDeclaration((node) => check(node.metadata, node.declaredElement)) + ..addMixinDeclaration((node) => check(node.metadata, node.declaredElement)) + ..addExtensionDeclaration((node) => check(node.metadata, node.declaredElement)) + ..addExtensionTypeDeclaration((node) => check(node.metadata, node.declaredElement)) + ..addTypeAlias((node) => check(node.metadata, node.declaredElement)); + } +} diff --git a/forui_internal_lints/lib/src/style_api.dart b/forui_internal_lints/lib/src/style_api.dart new file mode 100644 index 000000000..4dd39133f --- /dev/null +++ b/forui_internal_lints/lib/src/style_api.dart @@ -0,0 +1,81 @@ +import 'package:analyzer/error/listener.dart'; +import 'package:custom_lint_builder/custom_lint_builder.dart'; + +const _code = LintCode( + name: 'style_api', + problemMessage: 'Style(s) should conform to the Diagnosticable interface.', +); + +const _suffixes = {'Style', 'Styles'}; + +const _checker = TypeChecker.fromName('Diagnosticable', packageName: 'flutter'); + +/// A lint rule that checks if a class ending with 'Style' or 'Styles' conforms to the required interface. +class StyleApiRule extends DartLintRule { + /// Creates a new [StyleApiRule]. + const StyleApiRule() : super(code: _code); + + @override + void run(CustomLintResolver resolver, ErrorReporter reporter, CustomLintContext context) { + context.registry.addClassDeclaration((node) { + final declared = node.declaredElement; + if (declared == null) { + return; + } + + if (declared.name case final name when _suffixes.every((s) => !name.endsWith(s))) { + return; + } + + if (declared.isConstructable && !_checker.isAssignableFrom(declared)) { + reporter.atElement( + declared, + LintCode( + name: 'style_api', + problemMessage: '${declared.name}, should be assignable to Diagnosticable.', + ), + ); + } + + if (!declared.isConstructable) { + return; + } + + final copyWith = declared.getMethod('copyWith'); + if (copyWith == null || + copyWith.isStatic || + copyWith.returnType != declared.thisType || + copyWith.parameters.isEmpty) { + reporter.atElement( + declared, + LintCode( + name: 'style_api', + problemMessage: '${declared.name} does not provide a valid copyWith(...) method.', + ), + ); + } + + final equality = declared.getMethod('=='); + if (equality == null) { + reporter.atElement( + declared, + LintCode( + name: 'style_api', + problemMessage: '${declared.name} does not provide a valid == operator.', + ), + ); + } + + final hashCode = declared.getGetter('hashCode'); + if (hashCode == null) { + reporter.atElement( + declared, + LintCode( + name: 'style_api', + problemMessage: '${declared.name} does not provide a valid hashCode getter.', + ), + ); + } + }); + } +} diff --git a/forui_internal_lints/pubspec.yaml b/forui_internal_lints/pubspec.yaml new file mode 100644 index 000000000..937719618 --- /dev/null +++ b/forui_internal_lints/pubspec.yaml @@ -0,0 +1,63 @@ +name: forui_internal_lints +description: Internal lints used by Forui. Not intended for public use. +version: 0.7.0 +homepage: https://forui.dev/ +documentation: https://forui.dev/docs +repository: https://github.com/forus-labs/forui/tree/main/forui_lints +issue_tracker: https://github.com/forus-labs/forui/issues +publish_to: 'none' + +environment: + sdk: ">=3.6.0 <4.0.0" + flutter: ">=3.27.0" +resolution: workspace + +dependencies: + analyzer: any + analyzer_plugin: any + collection: ^1.18.0 + custom_lint_builder: ^0.7.0 + flutter: + sdk: flutter + +dev_dependencies: + flint: ^2.8.1 + flutter_test: + sdk: flutter + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # To add assets to your package, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + # + # For details regarding assets in packages, see + # https://flutter.dev/to/asset-from-package + # + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/to/resolution-aware-images + + # To add custom fonts to your package, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts in packages, see + # https://flutter.dev/to/font-from-package diff --git a/forui_internal_lints/testbed/.gitignore b/forui_internal_lints/testbed/.gitignore new file mode 100644 index 000000000..ac5aa9893 --- /dev/null +++ b/forui_internal_lints/testbed/.gitignore @@ -0,0 +1,29 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. +/pubspec.lock +**/doc/api/ +.dart_tool/ +build/ diff --git a/forui_internal_lints/testbed/.metadata b/forui_internal_lints/testbed/.metadata new file mode 100644 index 000000000..7025a6406 --- /dev/null +++ b/forui_internal_lints/testbed/.metadata @@ -0,0 +1,10 @@ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled and should not be manually edited. + +version: + revision: "dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668" + channel: "stable" + +project_type: package diff --git a/forui_internal_lints/testbed/README.md b/forui_internal_lints/testbed/README.md new file mode 100644 index 000000000..5cfd4fc7c --- /dev/null +++ b/forui_internal_lints/testbed/README.md @@ -0,0 +1 @@ +Tests for the `forui_internal_lints` package. \ No newline at end of file diff --git a/forui_internal_lints/testbed/analysis_options.yaml b/forui_internal_lints/testbed/analysis_options.yaml new file mode 100644 index 000000000..ffc2f9f18 --- /dev/null +++ b/forui_internal_lints/testbed/analysis_options.yaml @@ -0,0 +1,6 @@ +analyzer: + plugins: + - custom_lint + errors: + unused_result: ignore + unused_element: ignore diff --git a/forui_internal_lints/testbed/custom_lint.log b/forui_internal_lints/testbed/custom_lint.log new file mode 100644 index 000000000..22c525fae --- /dev/null +++ b/forui_internal_lints/testbed/custom_lint.log @@ -0,0 +1,327257 @@ +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request completion.getSuggestions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getFixes failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +The plugin forui_internal_lints was not found in the package config at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:938:11) +#1 MappedIterator.moveNext (dart:_internal/iterable.dart:403:20) +#2 Future.wait (dart:async/future.dart:532:26) +#3 CustomLintProject.parse (package:custom_lint/src/workspace.dart:930:34) + +#4 Future.wait. (dart:async/future.dart:534:21) + +#5 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#6 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#7 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#8 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#9 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#10 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.132453 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.134940 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135132 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135328 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135423 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135512 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135594 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135672 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135754 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135841 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:01:48.135919 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:02:32.250547 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:03:01.756788 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:03:48.377961 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.231238 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.233425 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.233559 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.233656 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.233742 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.233823 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.233901 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.233980 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.234064 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.234136 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:05:33.234215 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.853371 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.855438 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.855578 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.855721 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.855979 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.856096 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.856185 MaterialColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.856266 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.856889 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.857028 WidgetState +[prefer_specific_diagnostics_properties] 2024-12-08T12:06:20.857116 void Function() +[custom_lint] 2024-12-08T12:07:45.211611 /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart:53:32: Error: Expected ';' after this. +[custom_lint] 2024-12-08T12:07:45.211611 print(type.isDartCoreEnum) +[custom_lint] 2024-12-08T12:07:45.211611 ^ +[custom_lint] 2024-12-08T12:07:45.211611 +[custom_lint] 2024-12-08T12:07:45.211611 +Failed to start pluginsThe request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Bad state: Failed to start the plugins. +at: +#0 SocketCustomLintServerToClientChannel._checkInitializationFail. (package:custom_lint/src/v2/server_to_client_channel.dart:223:11) + +#1 Future.any.onValue (dart:async/future.dart:628:5) + + +[custom_lint] 2024-12-08T12:07:45.359854 _PrettyRequestFailure: {"code":"PLUGIN_ERROR","message":"Bad state: Failed to start the plugins.","stackTrace":"#0 SocketCustomLintServerToClientChannel._checkInitializationFail. (package:custom_lint/src/v2/server_to_client_channel.dart:223:11)\n\n#1 Future.any.onValue (dart:async/future.dart:628:5)\n\n"} +[custom_lint] 2024-12-08T12:07:45.359854 #0 ChannelBase.sendRequest (package:custom_lint/src/server_isolate_channel.dart:82:7) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 #1 CustomLintRunner.initialize. (package:custom_lint/src/runner.dart:43:5) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 #2 _runServer. (package:custom_lint/custom_lint.dart:96:7) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 #3 _AsyncCompleter.complete (dart:async/future_impl.dart:41:3) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 #4 _runServer. (package:custom_lint/custom_lint.dart:126:19) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 #5 _runServer (package:custom_lint/custom_lint.dart:86:3) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 #6 customLint (package:custom_lint/custom_lint.dart:50:5) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 #7 entrypoint (file:///Users/matthias/.pub-cache/hosted/pub.dev/custom_lint-0.7.0/bin/custom_lint.dart:68:3) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 #8 main (file:///Users/matthias/.pub-cache/hosted/pub.dev/custom_lint-0.7.0/bin/custom_lint.dart:80:5) +[custom_lint] 2024-12-08T12:07:45.359854 +[custom_lint] 2024-12-08T12:07:45.359854 +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.938629 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.940808 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.941044 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.941198 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.941293 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.941379 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.941455 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.941533 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.941614 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.942573 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.942768 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.942895 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.942985 MaterialColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943061 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943132 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943207 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943292 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943372 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943438 WidgetState +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943505 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943592 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:07:58.943657 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.098943 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.100969 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.101110 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.101207 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.101297 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.101376 true +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.101450 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.101526 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.101759 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.102670 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.102828 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.102918 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.102998 MaterialColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103071 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103142 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103217 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103309 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103404 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103486 WidgetState +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103562 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103635 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:08:38.103707 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.775860 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.778175 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.778333 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.778436 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.778519 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.778600 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.778680 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.778756 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.778878 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.779200 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.779345 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.779435 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.779514 Color +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780176 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780267 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780358 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780432 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780502 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780577 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780643 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780716 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:27.780785 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.934667 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.937263 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.937417 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.937531 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.937651 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.937776 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.937953 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.938178 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.938289 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.938378 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.938457 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939298 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939456 Color +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939548 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939625 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939696 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939765 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939840 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939921 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.939988 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.940057 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:11:58.940134 false +[custom_lint] 2024-12-08T12:13:59.151188 /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart:53:18: Error: The getter 's' isn't defined for the class 'DartType'. +[custom_lint] 2024-12-08T12:13:59.151188 - 'DartType' is from 'package:analyzer/dart/element/type.dart' ('/Users/matthias/.pub-cache/hosted/pub.dev/analyzer-6.7.0/lib/dart/element/type.dart'). +[custom_lint] 2024-12-08T12:13:59.151188 Try correcting the name to the name of an existing getter, or defining a getter or field named 's'. +[custom_lint] 2024-12-08T12:13:59.151188 print(type.s); +[custom_lint] 2024-12-08T12:13:59.151188 ^ +[custom_lint] 2024-12-08T12:13:59.151188 +[custom_lint] 2024-12-08T12:13:59.151188 +Failed to start pluginsThe request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Bad state: Failed to start the plugins. +at: +#0 SocketCustomLintServerToClientChannel._checkInitializationFail. (package:custom_lint/src/v2/server_to_client_channel.dart:223:11) + +#1 Future.any.onValue (dart:async/future.dart:628:5) + + +[custom_lint] 2024-12-08T12:13:59.295020 _PrettyRequestFailure: {"code":"PLUGIN_ERROR","message":"Bad state: Failed to start the plugins.","stackTrace":"#0 SocketCustomLintServerToClientChannel._checkInitializationFail. (package:custom_lint/src/v2/server_to_client_channel.dart:223:11)\n\n#1 Future.any.onValue (dart:async/future.dart:628:5)\n\n"} +[custom_lint] 2024-12-08T12:13:59.295020 #0 ChannelBase.sendRequest (package:custom_lint/src/server_isolate_channel.dart:82:7) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 #1 CustomLintRunner.initialize. (package:custom_lint/src/runner.dart:43:5) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 #2 _runServer. (package:custom_lint/custom_lint.dart:96:7) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 #3 _AsyncCompleter.complete (dart:async/future_impl.dart:41:3) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 #4 _runServer. (package:custom_lint/custom_lint.dart:126:19) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 #5 _runServer (package:custom_lint/custom_lint.dart:86:3) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 #6 customLint (package:custom_lint/custom_lint.dart:50:5) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 #7 entrypoint (file:///Users/matthias/.pub-cache/hosted/pub.dev/custom_lint-0.7.0/bin/custom_lint.dart:68:3) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 #8 main (file:///Users/matthias/.pub-cache/hosted/pub.dev/custom_lint-0.7.0/bin/custom_lint.dart:80:5) +[custom_lint] 2024-12-08T12:13:59.295020 +[custom_lint] 2024-12-08T12:13:59.295020 +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.211499 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.213591 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.213731 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.213827 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.213912 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.213990 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214065 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214142 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214220 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214296 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214372 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214446 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214518 Color +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214891 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.214993 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.215073 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.215549 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.215633 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.215701 Type +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.215767 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.215831 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:14:18.215897 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.178312 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.180276 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.180475 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.180682 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.180794 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.180887 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.180971 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.181052 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182053 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182199 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182293 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182371 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182449 Color +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182520 Color +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182589 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182657 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182725 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182791 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182858 Type +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182924 Type +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.182989 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:15:29.183054 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.206751 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209001 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209232 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209367 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209465 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209552 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209636 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209713 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209793 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.209877 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.210708 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.210891 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.210998 Color +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211077 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211153 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211227 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211297 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211369 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211443 Type +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211513 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211581 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:17:47.211662 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.953482 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.955626 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.955790 bool +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.955896 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.955984 double +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.956066 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.956150 IconData +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.956230 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.956309 int +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.956387 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.956460 String +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.956533 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.956607 Color +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957353 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957438 CupertinoDynamicColor +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957508 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957575 List +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957640 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957706 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957770 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957849 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:18:20.957966 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.167008 Object +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.169370 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.169504 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.169603 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.169693 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.169777 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.169865 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.169947 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.170050 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.170130 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.170209 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.170290 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.170439 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.170554 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:19:32.170651 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.550780 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.552772 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.552917 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.553017 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.553105 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.553187 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.553264 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.553339 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.553415 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:20:13.553489 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.229773 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.232093 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.232303 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.232551 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.232664 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.232748 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.232835 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.232918 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.233004 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.233095 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.233621 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:21:27.233789 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:22:14.687596 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:22:14.689832 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:22:14.689970 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:22:14.690065 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:22:14.690146 void Function() +[prefer_specific_diagnostics_properties] 2024-12-08T12:22:14.690223 true +[prefer_specific_diagnostics_properties] 2024-12-08T12:22:14.690297 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:22:14.690374 false +[custom_lint] 2024-12-08T12:22:41.877596 /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart:27:44: Error: Unexpected token ';'. +[custom_lint] 2024-12-08T12:22:41.877596 const _enum = TypeChecker.fromName('Enum');; +[custom_lint] 2024-12-08T12:22:41.877596 ^ +[custom_lint] 2024-12-08T12:22:41.877596 /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart:55:13: Error: The getter '_function' isn't defined for the class 'PreferSpecificDiagnosticsProperties'. +[custom_lint] 2024-12-08T12:22:41.877596 - 'PreferSpecificDiagnosticsProperties' is from 'package:forui_internal_lints/src/prefer_specific_diagnostics_properties.dart' ('/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart'). +[custom_lint] 2024-12-08T12:22:41.877596 Try correcting the name to the name of an existing getter, or defining a getter or field named '_function'. +[custom_lint] 2024-12-08T12:22:41.877596 print(_function.isAssignableFromType(type)); +[custom_lint] 2024-12-08T12:22:41.877596 ^^^^^^^^^ +[custom_lint] 2024-12-08T12:22:41.877596 +[custom_lint] 2024-12-08T12:22:41.877596 +Failed to start pluginsThe request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Bad state: Failed to start the plugins. +at: +#0 SocketCustomLintServerToClientChannel._checkInitializationFail. (package:custom_lint/src/v2/server_to_client_channel.dart:223:11) + +#1 Future.any.onValue (dart:async/future.dart:628:5) + + +[custom_lint] 2024-12-08T12:22:42.021785 _PrettyRequestFailure: {"code":"PLUGIN_ERROR","message":"Bad state: Failed to start the plugins.","stackTrace":"#0 SocketCustomLintServerToClientChannel._checkInitializationFail. (package:custom_lint/src/v2/server_to_client_channel.dart:223:11)\n\n#1 Future.any.onValue (dart:async/future.dart:628:5)\n\n"} +[custom_lint] 2024-12-08T12:22:42.021785 #0 ChannelBase.sendRequest (package:custom_lint/src/server_isolate_channel.dart:82:7) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 #1 CustomLintRunner.initialize. (package:custom_lint/src/runner.dart:43:5) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 #2 _runServer. (package:custom_lint/custom_lint.dart:96:7) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 #3 _AsyncCompleter.complete (dart:async/future_impl.dart:41:3) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 #4 _runServer. (package:custom_lint/custom_lint.dart:126:19) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 #5 _runServer (package:custom_lint/custom_lint.dart:86:3) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 #6 customLint (package:custom_lint/custom_lint.dart:50:5) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 #7 entrypoint (file:///Users/matthias/.pub-cache/hosted/pub.dev/custom_lint-0.7.0/bin/custom_lint.dart:68:3) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 #8 main (file:///Users/matthias/.pub-cache/hosted/pub.dev/custom_lint-0.7.0/bin/custom_lint.dart:80:5) +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:22:42.021785 +[custom_lint] 2024-12-08T12:23:14.226166 /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/lib/src/prefer_specific_diagnostics_properties.dart:27:44: Error: Unexpected token ';'. +[custom_lint] 2024-12-08T12:23:14.226166 const _enum = TypeChecker.fromName('Enum');; +[custom_lint] 2024-12-08T12:23:14.226166 ^ +[custom_lint] 2024-12-08T12:23:14.226166 +[custom_lint] 2024-12-08T12:23:14.226166 +Failed to start pluginsThe request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Bad state: Failed to start the plugins. +at: +#0 SocketCustomLintServerToClientChannel._checkInitializationFail. (package:custom_lint/src/v2/server_to_client_channel.dart:223:11) + +#1 Future.any.onValue (dart:async/future.dart:628:5) + + +[custom_lint] 2024-12-08T12:23:14.398801 _PrettyRequestFailure: {"code":"PLUGIN_ERROR","message":"Bad state: Failed to start the plugins.","stackTrace":"#0 SocketCustomLintServerToClientChannel._checkInitializationFail. (package:custom_lint/src/v2/server_to_client_channel.dart:223:11)\n\n#1 Future.any.onValue (dart:async/future.dart:628:5)\n\n"} +[custom_lint] 2024-12-08T12:23:14.398801 #0 ChannelBase.sendRequest (package:custom_lint/src/server_isolate_channel.dart:82:7) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 #1 CustomLintRunner.initialize. (package:custom_lint/src/runner.dart:43:5) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 #2 _runServer. (package:custom_lint/custom_lint.dart:96:7) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 #3 _AsyncCompleter.complete (dart:async/future_impl.dart:41:3) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 #4 _runServer. (package:custom_lint/custom_lint.dart:126:19) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 #5 _runServer (package:custom_lint/custom_lint.dart:86:3) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 #6 customLint (package:custom_lint/custom_lint.dart:50:5) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 #7 entrypoint (file:///Users/matthias/.pub-cache/hosted/pub.dev/custom_lint-0.7.0/bin/custom_lint.dart:68:3) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 #8 main (file:///Users/matthias/.pub-cache/hosted/pub.dev/custom_lint-0.7.0/bin/custom_lint.dart:80:5) +[custom_lint] 2024-12-08T12:23:14.398801 +[custom_lint] 2024-12-08T12:23:14.398801 +[prefer_specific_diagnostics_properties] 2024-12-08T12:23:42.429143 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:23:42.431035 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:23:42.431164 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:28:27.663922 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:28:27.666004 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:30:27.736406 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:30:27.738586 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:30:27.738734 InterfaceTypeImpl +[prefer_specific_diagnostics_properties] 2024-12-08T12:31:39.934034 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:31:39.936484 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:31:39.936614 enum A +[prefer_specific_diagnostics_properties] 2024-12-08T12:32:21.207112 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:32:21.209294 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:32:21.209484 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:33:24.198397 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:33:24.200632 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:33:24.200796 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:34:30.019761 A +[prefer_specific_diagnostics_properties] 2024-12-08T12:34:30.021593 true +[prefer_specific_diagnostics_properties] 2024-12-08T12:35:10.453263 WidgetState +[prefer_specific_diagnostics_properties] 2024-12-08T12:35:10.455271 true +[prefer_specific_diagnostics_properties] 2024-12-08T12:35:59.696951 WidgetState +[prefer_specific_diagnostics_properties] 2024-12-08T12:35:59.698942 [Enum, Object] +[prefer_specific_diagnostics_properties] 2024-12-08T12:37:12.269792 WidgetState +[prefer_specific_diagnostics_properties] 2024-12-08T12:37:12.271824 true +[prefer_specific_diagnostics_properties] 2024-12-08T12:37:52.552239 WidgetState +[prefer_specific_diagnostics_properties] 2024-12-08T12:37:52.554245 false +[prefer_specific_diagnostics_properties] 2024-12-08T12:37:52.554398 true +[always_call_super_dispose_last] 2024-12-08T15:26:41.739129 false +[always_call_super_dispose_last] 2024-12-08T15:27:28.148603 has +[always_call_super_dispose_last] 2024-12-08T15:27:28.150760 false +[always_call_super_dispose_last] 2024-12-08T16:07:20.806825 super.dispose(); +[always_call_super_dispose_last] 2024-12-08T16:08:58.404242 ExpressionStatementImpl +[always_call_super_dispose_last] 2024-12-08T16:10:55.200750 MethodInvocationImpl +[always_call_super_dispose_last] 2024-12-08T16:13:44.240272 dispose +[always_call_super_dispose_last] 2024-12-08T16:14:19.426962 super.dispose() +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +ProcessException: No such file or directory + Command: flutter pub get +at: +#0 _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33) +#1 Process.start (dart:io-patch/process_patch.dart:38:20) +#2 _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18) +#3 Process.run (dart:io-patch/process_patch.dart:49:12) +#4 CustomLintWorkspace.runPubGet (package:custom_lint/src/workspace.dart:755:36) +#5 CustomLintWorkspace.resolvePluginHost (package:custom_lint/src/workspace.dart:748:11) +#6 SocketCustomLintServerToClientChannel._startProcess (package:custom_lint/src/v2/server_to_client_channel.dart:151:24) +#7 SocketCustomLintServerToClientChannel.init (package:custom_lint/src/v2/server_to_client_channel.dart:110:22) +#8 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:394:25) + +#9 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#10 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#11 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) + +#3 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#4 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#5 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#6 Future.wait. (dart:async/future.dart:520:21) + +#7 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#8 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#9 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#10 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#11 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#12 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.updateContent failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setContextRoots failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setPriorityFiles failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request analysis.setSubscriptions failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + +The request edit.getAssists failed with the following error: +RequestErrorCode.PLUGIN_ERROR +Failed to decode .dart_tool/package_config.json at /Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed. Make sure to run `pub get` first. +PathNotFoundException: Cannot open file, path = '/Users/matthias/Documents/NetBeansProjects/forui/forui_internal_lints/testbed/.dart_tool/package_config.json' (OS Error: No such file or directory, errno = 2) +#0 _checkForErrorResponse (dart:io/common.dart:56:9) +#1 _File.open. (dart:io/file_impl.dart:381:7) +#2 _rootRunUnary (dart:async/zone.dart:1422:47) +#3 _CustomZone.runUnary (dart:async/zone.dart:1324:19) + +#4 _File.readAsBytes. (dart:io/file_impl.dart:562:24) + +#5 parsePackageConfig (package:custom_lint_core/src/package_utils.dart:161:5) + +#6 CustomLintProject.parse (package:custom_lint/src/workspace.dart:920:34) + +#7 Future.wait. (dart:async/future.dart:520:21) + +#8 CustomLintWorkspace.fromContextRoots (package:custom_lint/src/workspace.dart:505:22) + +#9 SocketCustomLintServerToClientChannel.create (package:custom_lint/src/v2/server_to_client_channel.dart:54:23) + +#10 CustomLintServer._maybeSpawnCustomLintPlugin (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:360:23) + +#11 CustomLintServer._handleAnalysisSetContextRoots. (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:341:9) + +#12 PendingOperation.run (package:custom_lint/src/async_operation.dart:22:14) + +#13 CustomLintServer._handleRequest (package:custom_lint/src/v2/custom_lint_analyzer_plugin.dart:173:22) + + +at: +#0 CustomLintProject.parse. (package:custom_lint/src/workspace.dart:923:7) +#1 _rootRunBinary (dart:async/zone.dart:1438:47) +#2 _CustomZone.runBinary (dart:async/zone.dart:1331:19) +#3 _FutureListener.handleError (dart:async/future_impl.dart:219:22) +#4 Future._propagateToListeners.handleError (dart:async/future_impl.dart:914:47) +#5 Future._propagateToListeners (dart:async/future_impl.dart:935:13) +#6 Future._completeError (dart:async/future_impl.dart:715:5) + + diff --git a/forui_internal_lints/testbed/lib/src/always_call_super_dispose_last.dart b/forui_internal_lints/testbed/lib/src/always_call_super_dispose_last.dart new file mode 100644 index 000000000..e582eb048 --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/always_call_super_dispose_last.dart @@ -0,0 +1,39 @@ +import 'package:meta/meta.dart'; + +mixin _A { + @mustCallSuper + void dispose() {} +} + +class _B with _A { + @override + void dispose() { + super.dispose(); + } +} + +class _Good extends _B { + @override + void dispose() { + DateTime.now(); + super.dispose(); + } +} + +class _Bad extends _B { + @override + void dispose() { + // expect_lint: always_call_super_dispose_last + super.dispose(); + DateTime.now(); + } +} +class _BadMultiple extends _B { + @override + void dispose() { + // expect_lint: always_call_super_dispose_last + super.dispose(); + DateTime.now(); + super.dispose(); + } +} diff --git a/forui_internal_lints/testbed/lib/src/always_provide_flag_property_parameter.dart b/forui_internal_lints/testbed/lib/src/always_provide_flag_property_parameter.dart new file mode 100644 index 000000000..827c011dc --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/always_provide_flag_property_parameter.dart @@ -0,0 +1,12 @@ +import 'package:flutter/foundation.dart'; + +final goodBoth = FlagProperty('good', value: true, ifTrue: 'good', ifFalse: 'bad'); + +final goodTrue = FlagProperty('good', value: true, ifTrue: 'good'); + +final goodFalse = FlagProperty('good', value: false, ifFalse: 'bad'); + +// expect_lint: always_provide_flag_property_parameter +final bad = FlagProperty('bad', value: false); + + diff --git a/forui_internal_lints/testbed/lib/src/avoid_record_diagnostics_properties.dart b/forui_internal_lints/testbed/lib/src/avoid_record_diagnostics_properties.dart new file mode 100644 index 000000000..97e046054 --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/avoid_record_diagnostics_properties.dart @@ -0,0 +1,12 @@ +import 'package:flutter/foundation.dart'; + +final good = DiagnosticsProperty('good', Object()); + +// expect_lint: avoid_record_diagnostics_properties +final badDiagnostics = DiagnosticsProperty('bad', (1, 2)); + +// expect_lint: avoid_record_diagnostics_properties +final badFlag = ObjectFlagProperty('bad', (1, 2)); + +// expect_lint: avoid_record_diagnostics_properties +final badFlagHas = ObjectFlagProperty.has('bad', (1, )); \ No newline at end of file diff --git a/forui_internal_lints/testbed/lib/src/prefer_specific_diagnostics_properties.dart b/forui_internal_lints/testbed/lib/src/prefer_specific_diagnostics_properties.dart new file mode 100644 index 000000000..20eddc244 --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/prefer_specific_diagnostics_properties.dart @@ -0,0 +1,35 @@ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; + +final valid = DiagnosticsProperty('valid', Object()); + +// expect_lint: prefer_specific_diagnostics_properties +final bool = DiagnosticsProperty('bool', true); + +// expect_lint: prefer_specific_diagnostics_properties +final double = DiagnosticsProperty('double', 10.0); + +// expect_lint: prefer_specific_diagnostics_properties +final iconData = DiagnosticsProperty('IconData', Icons.ac_unit); + +// expect_lint: prefer_specific_diagnostics_properties +final int = DiagnosticsProperty('int', 42); + +// expect_lint: prefer_specific_diagnostics_properties +final string = DiagnosticsProperty('string', 'value'); + +// expect_lint: prefer_specific_diagnostics_properties +final color = DiagnosticsProperty('Color', const Color(0xFF000000)); + +// expect_lint: prefer_specific_diagnostics_properties +final cupertinoColor = DiagnosticsProperty('CupertinoColor', CupertinoColors.systemRed); + +// expect_lint: prefer_specific_diagnostics_properties +final iterable = DiagnosticsProperty('Iterable', [1, 2, 3]); + +// expect_lint: prefer_specific_diagnostics_properties +final enumValue = DiagnosticsProperty('Enum', WidgetState.hovered); + +// expect_lint: prefer_specific_diagnostics_properties +final function = DiagnosticsProperty('Function', () => print('Hello')); diff --git a/forui_internal_lints/testbed/lib/src/prefix_public_types/class.dart b/forui_internal_lints/testbed/lib/src/prefix_public_types/class.dart new file mode 100644 index 000000000..9987300b8 --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/prefix_public_types/class.dart @@ -0,0 +1,21 @@ +// ignore_for_file: unused_element + +import 'package:meta/meta.dart'; + +class _Good {} + +@internal +class GoodSingle {} + +@internal +@visibleForTesting +class GoodMultiple {} + +class FGood {} + +// expect_lint: prefix_public_types +class Bad {} + +// expect_lint: prefix_public_types +class Fbad {} + diff --git a/forui_internal_lints/testbed/lib/src/prefix_public_types/enum.dart b/forui_internal_lints/testbed/lib/src/prefix_public_types/enum.dart new file mode 100644 index 000000000..afb786fa6 --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/prefix_public_types/enum.dart @@ -0,0 +1,20 @@ +// ignore_for_file: unused_element, unused_field + +import 'package:meta/meta.dart'; + +enum _Good { foo } + +@internal +enum GoodSingle { foo } + +@internal +@visibleForTesting +enum GoodMultiple { foo } + +enum FGood { foo } + +// expect_lint: prefix_public_types +enum Bad { foo } + +// expect_lint: prefix_public_types +enum Fbad { foo } diff --git a/forui_internal_lints/testbed/lib/src/prefix_public_types/extension.dart b/forui_internal_lints/testbed/lib/src/prefix_public_types/extension.dart new file mode 100644 index 000000000..59816aac1 --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/prefix_public_types/extension.dart @@ -0,0 +1,21 @@ +// ignore_for_file: unused_element + +import 'package:meta/meta.dart'; + +extension _Good on Never {} + +@internal +extension GoodSingle on Never {} + +@internal +@visibleForTesting +extension GoodMultiple on Never {} + +extension FGood on Never {} + +// expect_lint: prefix_public_types +extension Bad on Never {} + +// expect_lint: prefix_public_types +extension Fbad on Never {} + diff --git a/forui_internal_lints/testbed/lib/src/prefix_public_types/extension_type.dart b/forui_internal_lints/testbed/lib/src/prefix_public_types/extension_type.dart new file mode 100644 index 000000000..f5f01e7ed --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/prefix_public_types/extension_type.dart @@ -0,0 +1,21 @@ +// ignore_for_file: unused_element + +import 'package:meta/meta.dart'; + +extension type _Good(int i) {} + +@internal +extension type GoodSingle(int i) {} + +@internal +@visibleForTesting +extension type GoodMultiple(int i) {} + +extension type FGood(int i) {} + +// expect_lint: prefix_public_types +extension type Bad(int i) {} + +// expect_lint: prefix_public_types +extension type Fbad(int i) {} + diff --git a/forui_internal_lints/testbed/lib/src/prefix_public_types/mixin.dart b/forui_internal_lints/testbed/lib/src/prefix_public_types/mixin.dart new file mode 100644 index 000000000..6f019469f --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/prefix_public_types/mixin.dart @@ -0,0 +1,21 @@ +// ignore_for_file: unused_element + +import 'package:meta/meta.dart'; + +mixin _Good {} + +@internal +mixin GoodSingle {} + +@internal +@visibleForTesting +mixin GoodMultiple {} + +mixin FGood {} + +// expect_lint: prefix_public_types +mixin Bad {} + +// expect_lint: prefix_public_types +mixin Fbad {} + diff --git a/forui_internal_lints/testbed/lib/src/prefix_public_types/type_alias.dart b/forui_internal_lints/testbed/lib/src/prefix_public_types/type_alias.dart new file mode 100644 index 000000000..4d1ac8a07 --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/prefix_public_types/type_alias.dart @@ -0,0 +1,21 @@ +// ignore_for_file: unused_element + +import 'package:meta/meta.dart'; + +typedef _Good = String; + +@internal +typedef GoodSingle = String; + +@internal +@visibleForTesting +typedef GoodMultiple = String; + +typedef FGood = String; + +// expect_lint: prefix_public_types +typedef Bad = String; + +// expect_lint: prefix_public_types +typedef Fbad = String; + diff --git a/forui_internal_lints/testbed/lib/src/style_api.dart b/forui_internal_lints/testbed/lib/src/style_api.dart new file mode 100644 index 000000000..a720866bd --- /dev/null +++ b/forui_internal_lints/testbed/lib/src/style_api.dart @@ -0,0 +1,96 @@ +import 'package:flutter/foundation.dart'; + +class FGood { +} + +class FGoodStyle with Diagnosticable { + FGoodStyle copyWith({required bool flag}) => this; + + @override + bool operator ==(Object other) => false; + + @override + int get hashCode => 0; +} + +class FGoodStyles with Diagnosticable { + FGoodStyles copyWith({required bool flag}) => this; + + @override + bool operator ==(Object other) => false; + + @override + int get hashCode => 0; +} + +// expect_lint: style_api +class FBadStyle { + FBadStyle copyWith({required bool flag}) => this; + + @override + bool operator ==(Object other) => false; + + @override + int get hashCode => 0; +} + +// expect_lint: style_api +class FBadStyles { + FBadStyles copyWith({required bool flag}) => this; + + @override + bool operator ==(Object other) => false; + + @override + int get hashCode => 0; +} + +// expect_lint: style_api +class FBadCopyWithStyle with Diagnosticable { + @override + bool operator ==(Object other) => false; + + @override + int get hashCode => 0; +} + +// expect_lint: style_api +class FBadCopyWithStyles with Diagnosticable { + @override + bool operator ==(Object other) => false; + + @override + int get hashCode => 0; +} + +// expect_lint: style_api +class FBadEqualityStyle with Diagnosticable { + FBadEqualityStyle copyWith({required bool flag}) => this; + + @override + int get hashCode => 0; +} + +// expect_lint: style_api +class FBadEqualityStyles with Diagnosticable { + FBadEqualityStyles copyWith({required bool flag}) => this; + + @override + int get hashCode => 0; +} + +// expect_lint: style_api +class FBadHashCodeStyle with Diagnosticable { + FBadHashCodeStyle copyWith({required bool flag}) => this; + + @override + bool operator ==(Object other) => false; +} + +// expect_lint: style_api +class FBadHashCodeStyles with Diagnosticable { + FBadHashCodeStyles copyWith({required bool flag}) => this; + + @override + bool operator ==(Object other) => false; +} \ No newline at end of file diff --git a/forui_internal_lints/testbed/pubspec.yaml b/forui_internal_lints/testbed/pubspec.yaml new file mode 100644 index 000000000..dc8ca8c65 --- /dev/null +++ b/forui_internal_lints/testbed/pubspec.yaml @@ -0,0 +1,56 @@ +name: testbed +description: "A new Flutter project." +version: 0.0.1 +publish_to: 'none' + +environment: + sdk: ">=3.6.0 <4.0.0" + flutter: ">=3.27.0" +resolution: workspace + +dependencies: + flutter: + sdk: flutter + meta: ^1.11.0 + +dev_dependencies: + flutter_test: + sdk: flutter + forui_internal_lints: + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # To add assets to your package, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpegAct + # - images/a_dot_ham.jpeg + # + # For details regarding assets in packages, see + # https://flutter.dev/to/asset-from-package + # + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/to/resolution-aware-images + + # To add custom fonts to your package, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts in packages, see + # https://flutter.dev/to/font-from-package diff --git a/pubspec.yaml b/pubspec.yaml index 8c74c2c0f..bf1727d32 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,6 +7,8 @@ workspace: - forui/example - forui_assets - forui_hooks + - forui_internal_lints + - forui_internal_lints/testbed - samples dev_dependencies: diff --git a/samples/lib/widgets/modal_sheet.dart b/samples/lib/widgets/modal_sheet.dart index 7dd023b30..7becaff68 100644 --- a/samples/lib/widgets/modal_sheet.dart +++ b/samples/lib/widgets/modal_sheet.dart @@ -21,8 +21,8 @@ class ModalSheetPage extends Sample { label: const Text('Left'), onPress: () => showFSheet( context: context, - side: Layout.ltr, - builder: (context) => const Form(side: Layout.ltr), + side: FLayout.ltr, + builder: (context) => const Form(side: FLayout.ltr), ), ), const SizedBox(height: 5), @@ -30,8 +30,8 @@ class ModalSheetPage extends Sample { label: const Text('Top'), onPress: () => showFSheet( context: context, - side: Layout.ttb, - builder: (context) => const Form(side: Layout.ttb), + side: FLayout.ttb, + builder: (context) => const Form(side: FLayout.ttb), ), ), const SizedBox(height: 5), @@ -39,8 +39,8 @@ class ModalSheetPage extends Sample { label: const Text('Right'), onPress: () => showFSheet( context: context, - side: Layout.rtl, - builder: (context) => const Form(side: Layout.rtl), + side: FLayout.rtl, + builder: (context) => const Form(side: FLayout.rtl), ), ), const SizedBox(height: 5), @@ -48,8 +48,8 @@ class ModalSheetPage extends Sample { label: const Text('Bottom'), onPress: () => showFSheet( context: context, - side: Layout.btt, - builder: (context) => const Form(side: Layout.btt), + side: FLayout.btt, + builder: (context) => const Form(side: FLayout.btt), ), ), ], @@ -57,7 +57,7 @@ class ModalSheetPage extends Sample { } class Form extends StatelessWidget { - final Layout side; + final FLayout side; const Form({required this.side, super.key}); @@ -132,7 +132,7 @@ class DraggableModalSheetPage extends Sample { label: const Text('Click me'), onPress: () => showFSheet( context: context, - side: Layout.btt, + side: FLayout.btt, mainAxisMaxRatio: null, builder: (context) => DraggableScrollableSheet( expand: false, diff --git a/samples/lib/widgets/persistent_sheet.dart b/samples/lib/widgets/persistent_sheet.dart index 0e5be8da6..30a1414c2 100644 --- a/samples/lib/widgets/persistent_sheet.dart +++ b/samples/lib/widgets/persistent_sheet.dart @@ -20,11 +20,11 @@ class PersistentSheetPage extends StatefulSample { } class _SheetsState extends StatefulSampleState { - final Map _controllers = {}; + final Map _controllers = {}; @override Widget sample(BuildContext context) { - VoidCallback onPress(Layout side) => () { + VoidCallback onPress(FLayout side) => () { for (final MapEntry(:key, :value) in _controllers.entries) { if (key != side && value.shown) { return; @@ -50,22 +50,22 @@ class _SheetsState extends StatefulSampleState { children: [ FButton( label: const Text('Left'), - onPress: onPress(Layout.ltr), + onPress: onPress(FLayout.ltr), ), const SizedBox(height: 5), FButton( label: const Text('Top'), - onPress: onPress(Layout.ttb), + onPress: onPress(FLayout.ttb), ), const SizedBox(height: 5), FButton( label: const Text('Right'), - onPress: onPress(Layout.rtl), + onPress: onPress(FLayout.rtl), ), const SizedBox(height: 5), FButton( label: const Text('Bottom'), - onPress: onPress(Layout.btt), + onPress: onPress(FLayout.btt), ), ], ); @@ -81,7 +81,7 @@ class _SheetsState extends StatefulSampleState { } class Form extends StatelessWidget { - final Layout side; + final FLayout side; final FPersistentSheetController controller; const Form({required this.side, required this.controller, super.key}); @@ -170,7 +170,7 @@ class _DraggableState extends StatefulSampleState controller = showFPersistentSheet( context: context, - side: Layout.btt, + side: FLayout.btt, mainAxisMaxRatio: null, builder: (context, _) => DraggableScrollableSheet( expand: false, diff --git a/samples/lib/widgets/slider.dart b/samples/lib/widgets/slider.dart index bdf79de18..d0f83caa5 100644 --- a/samples/lib/widgets/slider.dart +++ b/samples/lib/widgets/slider.dart @@ -128,7 +128,7 @@ class VerticalSliderPage extends Sample { child: FSlider( label: const Text('Volume'), description: const Text('Adjust the volume by dragging the slider.'), - layout: Layout.btt, + layout: FLayout.btt, controller: FContinuousSliderController(selection: FSliderSelection(max: 0.35)), trackMainAxisExtent: 350, marks: const [